| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "pages": [
- "pages/order/order",
- "pages/message/message",
- "pages/shop/shop",
- "pages/login/login",
- "pages/ModifyProduct/ModifyProduct",
- "pages/addProduct/addProduct",
- "pages/index/index",
- "pages/logs/logs",
- "pages/aaa/abc",
- "pages/bbb/bbc",
- "pages/ccc/cbc"
-
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "Weixin",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "selectedColor": "green",
- "borderStyle": "white",
- "list": [
- {
- "pagePath": "pages/order/order",
- "text": "订单",
- "iconPath": "images/yemian1.png",
- "selectedIconPath": "images/yemian.png"
- },
- {
- "pagePath": "pages/message/message",
- "text": "消息",
- "iconPath": "images/tongzhi.png",
- "selectedIconPath": "images/tongzhi1.png"
- },
- {
- "pagePath": "pages/shop/shop",
- "text": "我的",
- "iconPath": "images/wode.png",
- "selectedIconPath": "images/wode1.png"
- }
- ]
- },
- "usingComponents": {
- "van-button": "@vant/weapp/button"
- },
- "sitemapLocation": "sitemap.json"
- }
|