|
@@ -1,9 +1,12 @@
|
|
|
{
|
|
|
"pages": [
|
|
|
- "pages/logon/logon",
|
|
|
"pages/index/index",
|
|
|
- "pages/logs/logs"
|
|
|
-
|
|
|
+ "pages/logon/logon",
|
|
|
+ "pages/order/order",
|
|
|
+ "pages/me/me",
|
|
|
+ "pages/message/message",
|
|
|
+
|
|
|
+ "pages/total/total"
|
|
|
],
|
|
|
"window": {
|
|
|
"backgroundTextStyle": "light",
|
|
@@ -11,11 +14,47 @@
|
|
|
"navigationBarTitleText": "登录",
|
|
|
"navigationBarTextStyle": "black"
|
|
|
},
|
|
|
+ "tabBar": {
|
|
|
+ "color": "#000000",
|
|
|
+ "selectedColor": "#ea9518",
|
|
|
+ "list": [
|
|
|
+ {
|
|
|
+ "pagePath": "pages/order/order",
|
|
|
+ "text": "订单",
|
|
|
+ "iconPath": "./image/dingdan_icon.png",
|
|
|
+ "selectedIconPath": "./image/dingdan_active_icon.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/message/message",
|
|
|
+ "text": "信息",
|
|
|
+ "iconPath": "./image/xiaoxi_icon .png",
|
|
|
+ "selectedIconPath": "./image/xiaoxi_active_icon.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/me/me",
|
|
|
+ "text": "我的",
|
|
|
+ "iconPath": "./image/wode_icon.png",
|
|
|
+ "selectedIconPath": "./image/wode_active_icon.png"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
"sitemapLocation": "sitemap.json",
|
|
|
"usingComponents": {
|
|
|
"van-button": "@vant/weapp/button/index",
|
|
|
- "van-icon": "@vant/weapp/icon/index",
|
|
|
"van-field": "@vant/weapp/field/index",
|
|
|
- "van-image": "@vant/weapp/image/index"
|
|
|
+ "van-image": "@vant/weapp/image/index",
|
|
|
+ "van-card": "@vant/weapp/card/index",
|
|
|
+ "van-action-sheet": "@vant/weapp/action-sheet/index",
|
|
|
+ "van-search": "@vant/weapp/search/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-icon": "@vant/weapp/icon/index",
|
|
|
+ "van-panel": "@vant/weapp/panel/index",
|
|
|
+ "van-divider": "@vant/weapp/divider/index",
|
|
|
+ "van-grid": "@vant/weapp/grid/index",
|
|
|
+ "van-grid-item": "@vant/weapp/grid-item/index",
|
|
|
+ "van-calendar": "@vant/weapp/calendar/index"
|
|
|
}
|
|
|
}
|