|
@@ -2,14 +2,58 @@
|
|
"pages": [
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/index/index",
|
|
"pages/logs/logs",
|
|
"pages/logs/logs",
|
|
|
|
+ "pages/me/me",
|
|
|
|
+ "pages/home/home",
|
|
|
|
+ "pages/message/message",
|
|
|
|
+ "pages/merManagement/merManagement",
|
|
|
|
+ "pages/bill/bill",
|
|
"pages/order_details/order_details",
|
|
"pages/order_details/order_details",
|
|
"pages/order_search/order_search"
|
|
"pages/order_search/order_search"
|
|
],
|
|
],
|
|
"window": {
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"backgroundTextStyle": "light",
|
|
- "navigationBarBackgroundColor": "#ffffff",
|
|
|
|
- "navigationBarTitleText": "",
|
|
|
|
|
|
+ "navigationBarBackgroundColor": "#fff",
|
|
|
|
+ "navigationBarTitleText": "商家端",
|
|
"navigationBarTextStyle": "black"
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
},
|
|
|
|
+ "tabBar": {
|
|
|
|
+ "list": [
|
|
|
|
+ {
|
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
|
+ "text": "订单",
|
|
|
|
+ "iconPath": "/images/wenbenbianji.png",
|
|
|
|
+ "selectedIconPath": "/images/wenbenbianjitianchong.png"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "pagePath": "pages/message/message",
|
|
|
|
+ "text": "消息",
|
|
|
|
+ "iconPath": "/images/xiaoxi.png",
|
|
|
|
+ "selectedIconPath": "/images/xiaoxi_1.png"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "pagePath": "pages/me/me",
|
|
|
|
+ "text": "我的",
|
|
|
|
+ "iconPath": "/images/wode.png",
|
|
|
|
+ "selectedIconPath": "/images/wode (1).png"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "usingComponents": {
|
|
|
|
+ "van-search": "@vant/weapp/search/index",
|
|
|
|
+ "van-button": "@vant/weapp/button/index",
|
|
|
|
+ "van-tab": "@vant/weapp/tab/index",
|
|
|
|
+ "van-tabs": "@vant/weapp/tabs/index",
|
|
|
|
+ "van-cell": "@vant/weapp/cell/index",
|
|
|
|
+ "van-cell-group": "@vant/weapp/cell-group/index",
|
|
|
|
+ "van-divider": "@vant/weapp/divider/index",
|
|
|
|
+ "van-switch": "@vant/weapp/switch/index",
|
|
|
|
+ "van-checkbox": "@vant/weapp/checkbox/index",
|
|
|
|
+ "van-checkbox-group": "@vant/weapp/checkbox-group/index",
|
|
|
|
+ "van-submit-bar": "@vant/weapp/submit-bar/index",
|
|
|
|
+ "van-icon": "@vant/weapp/icon/index",
|
|
|
|
+ "van-calendar": "@vant/weapp/calendar/index"
|
|
|
|
+ },
|
|
|
|
+
|
|
"sitemapLocation": "sitemap.json"
|
|
"sitemapLocation": "sitemap.json"
|
|
|
|
+
|
|
}
|
|
}
|