路由
This commit is contained in:
83
app.json
83
app.json
@@ -1,36 +1,51 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/search/search",
|
||||
"pages/shopping/shopping",
|
||||
"pages/classify/classify",
|
||||
"pages/product/product",
|
||||
"pages/personal/personal",
|
||||
"pages/message/message",
|
||||
"pages/orderconfirm/orderconfirm",
|
||||
"pages/order/order",
|
||||
"pages/chooseaddr/chooseaddr",
|
||||
"pages/addaddress/addaddress",
|
||||
"pages/particulars/particulars",
|
||||
"pages/undetermined/undetermined",
|
||||
"pages/receiving/receiving",
|
||||
"pages/status/status",
|
||||
"pages/accomplish/accomplish",
|
||||
"pages/sales1/sales1",
|
||||
"pages/sales2/sales2",
|
||||
"pages/member/member",
|
||||
"pages/yue/yue",
|
||||
|
||||
"pages/yongjin/yongjin",
|
||||
|
||||
"pages/share/share"
|
||||
],
|
||||
"window": {
|
||||
"backgroundTextStyle": "light",
|
||||
"navigationBarBackgroundColor": "#fff",
|
||||
"navigationBarTitleText": "WeChat",
|
||||
"navigationBarTextStyle": "black"
|
||||
},
|
||||
"style": "v2",
|
||||
"sitemapLocation": "sitemap.json"
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/search/search",
|
||||
"pages/shopping/shopping",
|
||||
"pages/classify/classify",
|
||||
"pages/product/product",
|
||||
"pages/personal/personal",
|
||||
"pages/message/message",
|
||||
"pages/orderconfirm/orderconfirm",
|
||||
"pages/order/order",
|
||||
"pages/chooseaddr/chooseaddr",
|
||||
"pages/addaddress/addaddress",
|
||||
"pages/particulars/particulars",
|
||||
"pages/undetermined/undetermined",
|
||||
"pages/receiving/receiving",
|
||||
"pages/status/status",
|
||||
"pages/accomplish/accomplish",
|
||||
"pages/sales1/sales1",
|
||||
"pages/sales2/sales2",
|
||||
"pages/member/member",
|
||||
"pages/yue/yue",
|
||||
|
||||
"pages/yongjin/yongjin",
|
||||
|
||||
"pages/share/share"
|
||||
],
|
||||
"window": {
|
||||
"backgroundTextStyle": "light",
|
||||
"navigationBarBackgroundColor": "#fff",
|
||||
"navigationBarTitleText": "WeChat",
|
||||
"navigationBarTextStyle": "black"
|
||||
},
|
||||
"tabBar": {
|
||||
"list": [{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "首页"
|
||||
}, {
|
||||
"pagePath": "pages/classify/classify",
|
||||
"text": "分类"
|
||||
}, {
|
||||
"pagePath": "pages/shopping/shopping",
|
||||
"text": "购物车"
|
||||
}, {
|
||||
"pagePath": "pages/personal/personal",
|
||||
"text": "我的"
|
||||
}]
|
||||
},
|
||||
"style": "v2",
|
||||
"sitemapLocation": "sitemap.json"
|
||||
}
|
||||
Reference in New Issue
Block a user