app.json
4.2 KB
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
129
130
131
132
133
134
135
136
137
138
139
{
"pages": [
"pages/homepage/homepage",
"pages/homepage/giftorder",
"pages/usercenter/shenqing",
"pages/usercenter/yaoqing",
"pages/login/loginindex",
"pages/login/loginmine",
"pages/usercenter/codeyaoqing",
"pages/homepage/choujiangrule",
"pages/usercenter/bindphone",
"pages/usercenter/bindmima",
"pages/guide/judge",
"pages/guide/guide",
"pages/luntan/video",
"pages/nearshop/jiankong",
"pages/usercenter/cardrenzheng",
"pages/homepage/map",
"pages/homepage/map",
"pages/usercenter/fenxiaomyteam",
"pages/usercenter/fenxiaotidetail",
"pages/usercenter/fenxiaodingdan",
"pages/usercenter/fenxiaoyongjin",
"pages/usercenter/myfenxiao",
"pages/nearshop/allprovince",
"pages/usercenter/orderdetail",
"pages/nearshop/selectcoupon",
"pages/nearshop/cartbox",
"pages/nearshop/cartlist",
"pages/homepage/collectshop",
"pages/luntan/examineresult",
"pages/luntan/examintext",
"pages/luntan/examine",
"pages/nearshop/sureorder",
"pages/login/accountpassword",
"pages/login/registercode",
"pages/homepage/mygift",
"pages/homepage/drawlottery",
"pages/login/finishregister",
"pages/homepage/miaosha",
"pages/luntan/luntan",
"pages/luntan/addcontract",
"pages/usercenter/applayruzhu",
"pages/luntan/luntandetail",
"pages/luntan/luntandetailsecond",
"pages/luntan/luntanlist",
"pages/luntan/luntanpage",
"pages/nearshop/goodtail",
"pages/nearshop/shopdetail",
"pages/usercenter/companyshenhe",
"pages/usercenter/usercenter",
"pages/nearshop/nearshop",
"pages/homepage/goodkind",
"pages/homepage/jifenshop",
"pages/homepage/shoplist",
"pages/homepage/search",
"pages/login/xieyi",
"pages/login/setmima",
"pages/login/register",
"pages/login/forgetmima",
"pages/index/index",
"pages/usercenter/setPassword",
"pages/nearshop/shopcomment",
"pages/usercenter/accountDetails",
"pages/usercenter/recharge",
"pages/usercenter/transferAccounts",
"pages/usercenter/transferDetails",
"pages/usercenter/cashOut",
"pages/usercenter/account",
"pages/usercenter/withdrawalsRecord",
"pages/usercenter/addCard",
"pages/usercenter/editCard",
"pages/usercenter/myCredit",
"pages/usercenter/myIntegral",
"pages/usercenter/myCoupon",
"pages/usercenter/myPublish",
"pages/usercenter/myOrder",
"pages/usercenter/shopEvaluate",
"pages/usercenter/sales",
"pages/usercenter/myAchievement",
"pages/usercenter/myCustomer",
"pages/usercenter/my",
"pages/usercenter/wallet",
"pages/usercenter/setUp",
"pages/usercenter/setUp",
"pages/usercenter/myIntegral",
"pages/usercenter/myCoupon",
"pages/usercenter/myPublish",
"pages/usercenter/sales",
"pages/usercenter/personalData",
"pages/usercenter/address",
"pages/usercenter/addAddress",
"pages/usercenter/myCredit",
"pages/usercenter/myOrder",
"pages/usercenter/shopEvaluate",
"pages/usercenter/myAchievement",
"pages/usercenter/myCustomer"
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#fff"
},
"tabBar": {
"color": "#BDC4CE",
"selectedColor": "#EE8B27",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/homepage/homepage",
"iconPath": "../../static/index.png",
"selectedIconPath": "../../static/indexactive.png",
"text": "首页"
},
{
"pagePath": "pages/nearshop/nearshop",
"iconPath": "../../static/nearshop.png",
"selectedIconPath": "../../static/nearshopactive.png",
"text": "附近店铺"
},
{
"pagePath": "pages/luntan/luntan",
"iconPath": "../../static/luntan.png",
"selectedIconPath": "../../static/luntanactive.png",
"text": "中面论坛"
},
{
"pagePath": "pages/usercenter/my",
"iconPath": "../../static/user.png",
"selectedIconPath": "../../static/useractive.png",
"text": "个人中心"
}
]
},
"usingComponents": {}
}