1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "pages": [{
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationBarBackgroundColor": "#49B856",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/quickCreateOrder/quickCreateOrder",
- "style": {
- "navigationBarTitleText": "快捷建单",
- "navigationBarBackgroundColor": "#2C2D31"
- }
- }, {
- "path": "pages/searchDept/searchDept",
- "style": {
- "navigationBarTitleText": "选择科室",
- "navigationBarBackgroundColor": "#2C2D31"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "医疗服务中心转运系统",
- "navigationBarBackgroundColor": "#353639",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "background": "#efeff4"
- }
- }
- }
|