| | |
| | | { |
| | | "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
| | | { |
| | | "path": "pages/home/home", |
| | | "style": { |
| | | "navigationBarTitleText": "主页" |
| | | } |
| | | }, |
| | | |
| | | { |
| | | "path": "pages/login/login", |
| | | "style": { |
| | | "navigationBarTitleText": "登录" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/home/home", |
| | | "style": { |
| | | "navigationBarTitleText": "主页" |
| | | } |
| | | }, |
| | | { |
| | |
| | | { |
| | | "path": "pages/user/user", |
| | | "style": { |
| | | "navigationBarTitleText": "我的" |
| | | // "navigationBarTitleText": "我的" |
| | | "app-plus":{ |
| | | "titleNView": { |
| | | "buttons": [ //原生标题栏按钮配置, |
| | | { |
| | | "type":"none", |
| | | "text": "位置", |
| | | "fontSize": "17", |
| | | "float":"left", |
| | | "width": "70", |
| | | "select": "true" |
| | | }, |
| | | { |
| | | "type":"none", |
| | | "float": "right", |
| | | "fontSrc":"/static/iconfont.ttf", |
| | | "text": "\ue69a" |
| | | } |
| | | ] |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | |
| | | ], |
| | | "globalStyle": { |
| | | "navigationBarTextStyle": "black", |
| | | "navigationBarTitleText": "CRM", |
| | | // "navigationBarTitleText": "CRM", |
| | | "navigationBarBackgroundColor": "#F8F8F8", |
| | | "backgroundColor": "#F8F8F8" |
| | | }, |