12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "pages": [
- "pages/log-on/log-on",
- "pages/index/index",
- "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_search/order_search",
- "pages/add/add",
- "pages/Store-Management/Store-Management"
-
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "Weixin",
- "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"
- }
|