| | |
| | | { |
| | | "path": "pages/login/login", |
| | | "style": { |
| | | "navigationStyle": "custom" |
| | | "navigationStyle": "custom", |
| | | // "navigationBarTitleText": "请登录", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | |
| | | "navigationBarTitleText": "修改", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, { |
| | | "path": "pages/register/register", |
| | | "style": { |
| | | "navigationBarTitleText": "绑定账号", |
| | | "enablePullDownRefresh": false |
| | | // "navigationStyle": "custom" |
| | | } |
| | | } |
| | | ], |
| | | ], |
| | | "tabBar": { |
| | | // "color": "#999794", |
| | | // "selectedColor": "#007AFF", |
| | | // "borderStyle": "white", |
| | | // "backgroundColor": "#F5F5F5", |
| | | "custom": true, |
| | | "list": [ |
| | | // 客户tabbar |
| | | { |
| | | "pagePath": "pages/home/home" |
| | | // "iconPath": "static/tabBar-icon/Gfayun.png", |
| | | // "selectedIconPath": "static/tabBar-icon/Bfayun1.png", |
| | | // "text": "发运" |
| | | }, |
| | | { |
| | | "pagePath": "pages/login/login" |
| | | // "iconPath": "static/tabBar-icon/Gfayun.png", |
| | | // "selectedIconPath": "static/tabBar-icon/Bfayun1.png", |
| | | // "text": "发运" |
| | | } |
| | | ] |
| | | }, |
| | | "globalStyle": { |
| | | "navigationBarTextStyle": "white", |
| | | "navigationBarTitleText": "uni-app", |