|
|
@@ -61,6 +61,13 @@
|
|
|
"popGesture": "none"
|
|
|
}
|
|
|
}
|
|
|
+ }, {
|
|
|
+ "path": "pages/Orders",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "订单管理",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
],
|
|
|
"preloadRule": {
|
|
|
@@ -70,9 +77,9 @@
|
|
|
}
|
|
|
},
|
|
|
"globalStyle": {
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationBarTitleText": "uView",
|
|
|
- "navigationBarBackgroundColor": "#FFFFFF",
|
|
|
+ "navigationBarTextStyle": "white",
|
|
|
+ "navigationBarTitleText": "校园外卖",
|
|
|
+ "navigationBarBackgroundColor": "#214BBE",
|
|
|
"backgroundColor": "#F2F3F5"
|
|
|
},
|
|
|
"tabBar": {
|
|
|
@@ -87,7 +94,7 @@
|
|
|
"text": "首页"
|
|
|
},
|
|
|
{
|
|
|
- "pagePath": "pages/example/js",
|
|
|
+ "pagePath": "pages/Orders",
|
|
|
"iconPath": "static/uview/imgs/tabbar_icon_02.png",
|
|
|
"selectedIconPath": "static/uview/imgs/tabbar_icon_02_pre.png",
|
|
|
"text": "订单管理"
|