|
|
@ -1,15 +1,20 @@ |
|
|
|
{ |
|
|
|
"pages": [{ |
|
|
|
"pages": [ |
|
|
|
{ |
|
|
|
"path": "pages/index/center", |
|
|
|
"style": { |
|
|
|
"navigationStyle": "custom" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"path": "pages/index/index", |
|
|
|
"style": { |
|
|
|
"navigationStyle": "custom", |
|
|
|
"navigationBarTitleText": "首页" |
|
|
|
"navigationStyle": "custom" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"path": "pages/login/mobile", |
|
|
|
"style": { |
|
|
|
"navigationBarTitleText": "登陆" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
@ -27,57 +32,37 @@ |
|
|
|
{ |
|
|
|
"path": "pages/index/order", |
|
|
|
"style": { |
|
|
|
"navigationStyle": "custom", |
|
|
|
"navigationBarTitleText": "订单", |
|
|
|
"navigationBarTextStyle": "black", |
|
|
|
"navigationBarBackgroundColor": "white" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"path": "pages/index/center", |
|
|
|
"style": { |
|
|
|
"navigationStyle": "custom", |
|
|
|
"navigationBarTitleText": "我的" |
|
|
|
"navigationStyle": "custom" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"path": "pages/mine/nodes", |
|
|
|
"style": { |
|
|
|
"navigationBarTitleText": "", |
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
"navigationBarBackgroundColor": "#4899a6" |
|
|
|
"navigationBarTitleText": "" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"path": "pages/mine/recharge", |
|
|
|
"style": { |
|
|
|
"navigationBarTitleText": "", |
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
"navigationBarBackgroundColor": "#4899a6" |
|
|
|
"navigationBarTitleText": "" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"path": "pages/mine/settled", |
|
|
|
"style": { |
|
|
|
"navigationBarTitleText": "", |
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
"navigationBarBackgroundColor": "#4899a6" |
|
|
|
"navigationBarTitleText": "" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"path": "pages/mine/wallet", |
|
|
|
"style": { |
|
|
|
"navigationBarTitleText": "", |
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
"navigationBarBackgroundColor": "#4299a9" |
|
|
|
"navigationBarTitleText": "" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"path": "pages/mine/upload", |
|
|
|
"style": { |
|
|
|
"navigationBarTitleText": "", |
|
|
|
"navigationBarTextStyle": "black", |
|
|
|
"navigationBarBackgroundColor": "white" |
|
|
|
"navigationBarTitleText": "" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
@ -170,23 +155,27 @@ |
|
|
|
}, |
|
|
|
"tabBar": { |
|
|
|
"backgroundColor": "white", |
|
|
|
"selectedColor": "#56CBA4", |
|
|
|
"list": [{ |
|
|
|
"selectedIconPath": "/static/bar/hms.png", |
|
|
|
"iconPath": "/static/bar/hm.png", |
|
|
|
"pagePath": "pages/index/index", |
|
|
|
"text": "首页" |
|
|
|
}, { |
|
|
|
"selectedIconPath": "/static/bar/tps.png", |
|
|
|
"iconPath": "/static/bar/tp.png", |
|
|
|
"pagePath": "pages/index/order", |
|
|
|
"text": "订单" |
|
|
|
}, { |
|
|
|
"selectedIconPath": "/static/bar/wds.png", |
|
|
|
"iconPath": "/static/bar/wd.png", |
|
|
|
"pagePath": "pages/index/center", |
|
|
|
"text": "我的" |
|
|
|
}] |
|
|
|
"selectedColor": "#EF8C94", |
|
|
|
"list": [ |
|
|
|
{ |
|
|
|
"selectedIconPath": "/static/bar/hms.png", |
|
|
|
"iconPath": "/static/bar/hm.png", |
|
|
|
"pagePath": "pages/index/center", |
|
|
|
"text": "首页" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"selectedIconPath": "/static/bar/wds.png", |
|
|
|
"iconPath": "/static/bar/wd.png", |
|
|
|
"pagePath": "pages/index/index", |
|
|
|
"text": "接单大厅" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"selectedIconPath": "/static/bar/tps.png", |
|
|
|
"iconPath": "/static/bar/tp.png", |
|
|
|
"pagePath": "pages/index/order", |
|
|
|
"text": "订单" |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
"uniIdRouter": {} |
|
|
|
} |