xuruiqian
2025-02-25 e85ab165147c37b571ea67ce6f6ae9ae55a96070
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
  "easycom": {
    "custom": {
      "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
      "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
      "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
    }
  },
  "lazyCodeLoading": "requiredComponents",
  "pages": [
    {
      "path": "pages/home/index",
      "style": {
        "navigationBarTitleText": "首页"
      }
    },
    {
      "path": "pages/category/index",
      "style": {
        "navigationBarTitleText": "分类"
      }
    },
    {
      "path": "pages/search/index",
      "style": {
        "navigationBarTitleText": "搜索"
      }
    },
    {
      "path": "pages/product/index",
      "style": {
        "navigationBarTitleText": "产品"
      }
    },
    {
      "path": "pages/activity/index",
      "style": {
        "navigationBarTitleText": "活动"
      }
    },
    {
      "path": "pages/shoppingcart/index",
      "style": {
        "navigationBarTitleText": "购物车"
      }
    },
    {
      "path": "pages/my/index",
      "style": {
        "navigationBarTitleText": "我的"
      }
    },
    {
      "path": "pages/my/recharge",
      "style": {
        "navigationBarTitleText": "充值"
      }
    },
    {
      "path": "pages/my/setting",
      "style": {
        "navigationBarTitleText": "设置"
      }
    },
    {
      "path": "pages/my/share",
      "style": {
        "navigationBarTitleText": "分享"
      }
    },
    {
      "path": "pages/pay/pay",
      "style": {
        "navigationBarTitleText": "支付"
      }
    },
    {
      "path": "pages/security/login",
      "style": {
        "navigationBarTitleText": "登录"
      }
    }
  ],
  "globalStyle": {
    "navigationBarTextStyle": "black",
    "navigationBarTitleText": "xxx题库",
    "navigationBarBackgroundColor": "#F8F8F8",
    "backgroundColor": "#F8F8F8"
  },
  "tabBar": {
    "color": "#7A7E83",
    "selectedColor": "#52ba9d",
    "borderStyle": "black",
    "backgroundColor": "#FFFFFF",
    "list": [
      {
        "pagePath": "pages/home/index",
        "iconPath": "static/image/tabbar/home.png",
        "selectedIconPath": "static/image/tabbar/home-active.png",
        "text": "首页"
      },
      {
        "pagePath": "pages/category/index",
        "iconPath": "static/image/tabbar/home.png",
        "selectedIconPath": "static/image/tabbar/home-active.png",
        "text": "分类"
      },
      {
        "pagePath": "pages/activity/index",
        "iconPath": "static/image/tabbar/home.png",
        "selectedIconPath": "static/image/tabbar/home-active.png",
        "text": "朋友圈"
      },
      {
        "pagePath": "pages/shoppingcart/index",
        "iconPath": "static/image/tabbar/home.png",
        "selectedIconPath": "static/image/tabbar/home-active.png",
        "text": "购物车"
      },
      {
        "pagePath": "pages/my/index",
        "iconPath": "static/image/tabbar/user.png",
        "selectedIconPath": "static/image/tabbar/user-active.png",
        "text": "我的"
      }
    ]
  }
}