|
@@ -5,42 +5,175 @@
|
|
|
"selectedColor": "#22C572",
|
|
|
"borderStyle": "black",
|
|
|
"backgroundColor": "#ffffff",
|
|
|
- "list": [
|
|
|
+ "list": [{
|
|
|
+ "pagePath": "pages/goodSource/index",
|
|
|
+ "iconPath": "static/logo.png",
|
|
|
+ "selectedIconPath": "static/logo.png",
|
|
|
+ "text": "货源"
|
|
|
+ },
|
|
|
{
|
|
|
- "pagePath": "pages/index/index",
|
|
|
+ "pagePath": "pages/order/index",
|
|
|
"iconPath": "static/logo.png",
|
|
|
"selectedIconPath": "static/logo.png",
|
|
|
- "text": "资讯"
|
|
|
+ "text": "订单"
|
|
|
},
|
|
|
{
|
|
|
- "pagePath": "pages/demo/demo",
|
|
|
+ "pagePath": "pages/news/index",
|
|
|
"iconPath": "static/logo.png",
|
|
|
"selectedIconPath": "static/logo.png",
|
|
|
- "text": "demo"
|
|
|
+ "text": "消息"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/mine/index",
|
|
|
+ "iconPath": "static/logo.png",
|
|
|
+ "selectedIconPath": "static/logo.png",
|
|
|
+ "text": "我的"
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
{
|
|
|
- "path": "pages/index/index",
|
|
|
+ "path": "pages/goodSource/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "uni-app"
|
|
|
}
|
|
|
+ }, {
|
|
|
+ "path": "pages/order/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "订单",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ , {
|
|
|
+ "path": "pages/news/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "消息",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/mine/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/public/login",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "登录",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
+
|
|
|
,{
|
|
|
- "path" : "pages/public/login",
|
|
|
+ "path" : "pages/goodSource/shippingDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "发运详情",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "pages/order/orderDetails",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "订单详情",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "pages/order/confirmLoading",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "确认装车",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "pages/order/confirmUnloading",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "确认卸车",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "pages/mine/driverCertification",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "司机认证",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "pages/mine/helpDescription",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "帮助说明",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "pages/mine/manageVehicles/index",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "管理车辆",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "pages/mine/manageVehicles/addVehicle",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "添加车辆",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ } ,{
|
|
|
+ "path" : "pages/mine/manageVehicles/editVehicle",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "修改车辆",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "pages/mine/manageBankCards/index",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "银行卡",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "pages/mine/manageBankCards/addBankCard",
|
|
|
"style" :
|
|
|
{
|
|
|
- "navigationBarTitleText": "登录",
|
|
|
+ "navigationBarTitleText": "添加银行卡",
|
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
|
|
|
|
}
|
|
|
,{
|
|
|
- "path" : "pages/demo/demo",
|
|
|
+ "path" : "pages/mine/set",
|
|
|
"style" :
|
|
|
{
|
|
|
- "navigationBarTitleText": "",
|
|
|
+ "navigationBarTitleText": "设置",
|
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
|
|