|
@@ -1,18 +1,16 @@
|
|
|
{
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
{
|
|
|
- "path" : "pages/classify/classify",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText" : "首页",
|
|
|
- "enablePullDownRefresh" : false
|
|
|
+ "path": "pages/classify/classify",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "首页",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path" : "pages/login/login",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText" : "登录"
|
|
|
+ "path": "pages/login/login",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "登录"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -22,101 +20,89 @@
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path" : "pages/user/user",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText" : "我的",
|
|
|
- "enablePullDownRefresh" : false
|
|
|
+ "path": "pages/user/user",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path" : "pages/user/myInfo",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText" : "个人中心",
|
|
|
- "enablePullDownRefresh" : false
|
|
|
+ "path": "pages/user/myInfo",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "个人中心",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path" : "pages/order/orderPaid/orderPaid",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText" : "订单详情"
|
|
|
+ "path": "pages/order/orderPaid/orderPaid",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "订单详情"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path" : "pages/order/submitOrder/submitOrder",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText" : "提交订单",
|
|
|
- "enablePullDownRefresh" : false
|
|
|
+ "path": "pages/order/submitOrder/submitOrder",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "提交订单",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path" : "pages/login/qrCode",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText" : "登录"
|
|
|
+ "path": "pages/login/qrCode",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "登录"
|
|
|
}
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
{
|
|
|
- "path" : "pages/diningList/diningList",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText" : "餐车列表"
|
|
|
+ "path": "pages/diningList/diningList",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "餐车列表"
|
|
|
}
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
{
|
|
|
- "path" : "pages/diningCar/diningCar",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText" : "餐车信息",
|
|
|
- "enablePullDownRefresh" : false
|
|
|
+ "path": "pages/diningCar/diningCar",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "餐车信息",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path" : "pages/bindPhone/bindPhone",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText" : "登录",
|
|
|
- "enablePullDownRefresh" : false
|
|
|
+ "path": "pages/bindPhone/bindPhone",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "登录",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path" : "pages/order/myOrder/myOrder",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText" : "我的订单",
|
|
|
- "enablePullDownRefresh" : false
|
|
|
+ "path": "pages/order/myOrder/myOrder",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的订单",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path" : "pages/order/paySuccess/paySuccess",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText" : "支付成功",
|
|
|
- "enablePullDownRefresh" : false
|
|
|
+ "path": "pages/order/paySuccess/paySuccess",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "支付成功",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path" : "pages/order/orderDetail/orderDetail",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText" : "订单详情",
|
|
|
- "enablePullDownRefresh" : false
|
|
|
+ "path": "pages/order/orderDetail/orderDetail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "订单详情",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path" : "pages/goodDetail/goodDetail",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText" : "商品详情",
|
|
|
- "enablePullDownRefresh" : false
|
|
|
+ "path": "pages/goodDetail/goodDetail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "商品详情",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
}
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
{
|
|
|
"path": "pages/index/home",
|
|
|
"style": {
|
|
@@ -124,10 +110,9 @@
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path" : "pages/order/orderDetails/orderDetails",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText" : ""
|
|
|
+ "path": "pages/order/orderDetails/orderDetails",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
}
|
|
|
}
|
|
|
],
|
|
@@ -167,4 +152,4 @@
|
|
|
"backgroundColor": "#EEEEEE"
|
|
|
},
|
|
|
"uniIdRouter": {}
|
|
|
-}
|
|
|
+}
|