| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "人人接",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom" // 隐藏系统导航栏
- }
- },
- {
- "path": "pages/center/index",
- "style": {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom", // 隐藏系统导航栏
- "app-plus": {
- "background": "#f1f1f1"
- }
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom", // 隐藏系统导航栏
- "app-plus": {
- "background": "#e46008"
- }
- }
- },
- {
- "path": "pages/login/forget",
- "style": {
- "navigationBarTitleText": "忘记密码",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom" // 隐藏系统导航栏
- }
- }, {
- "path": "pages/center/setting",
- "style": {
- "navigationBarTitleText": "设置",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/order/index",
- "style": {
- "navigationBarTitleText": "我的订单",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/account/index",
- "style": {
- "navigationBarTitleText": "资金明细",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/account/withdraw",
- "style": {
- "navigationBarTitleText": "账户提现",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/account/withdraw_log",
- "style": {
- "navigationBarTitleText": "提现明细",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/center/password",
- "style": {
- "navigationBarTitleText": "修改密码",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/order/detail",
- "style": {
- "navigationBarTitleText": "接单详情",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/index/map",
- "style" :
- {
- "navigationBarTitleText": "地图导航",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "人人接",
- "navigationBarBackgroundColor": "#e46008",
- "backgroundColor": "#FFFFFF"
- },
- "tabBar": {
- "color": "#bb955e",
- "selectedColor": "#bb955e",
- "borderStyle": "black",
- "backgroundColor": "#ffffff"
- }
- }
|