|
@@ -1,13 +1,56 @@
|
|
{
|
|
{
|
|
- "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"
|
|
],
|
|
],
|
|
- "window":{
|
|
|
|
- "backgroundTextStyle":"light",
|
|
|
|
|
|
+ "window": {
|
|
|
|
+ "backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
- "navigationBarTitleText": "Weixin",
|
|
|
|
- "navigationBarTextStyle":"black"
|
|
|
|
|
|
+ "navigationBarTitleText": "商家端",
|
|
|
|
+ "navigationBarTextStyle": "black"
|
|
},
|
|
},
|
|
- "sitemapLocation": "sitemap.json"
|
|
|
|
-}
|
|
|
|
|
|
+ "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",
|
|
|
|
+ "lazyCodeLoading": "requiredComponents"
|
|
|
|
+}
|