1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "pages": [
- {"path": "pages/login/login"},
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "样品扫描系统",
- "navigationStyle": "default"
- }
- },
- {
- "path" : "pages/putStorage/putStorage",
- "style" :
- {
- "navigationBarTitleText": "样品入库",
- "navigationStyle": "default"
- }
- }
- ],
- "globalStyle": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "芯片扫描",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#EFEFF4"
- },
- // "tabBar": {
- // "color": "#8E8E93",
- // "selectedColor": "#554D84",
- // "backgroundColor": "#FFFFFF",
- // "borderStyle": "black",
- // "list": [
- // {
- // "text": "应用主页",
- // "pagePath": "pages/index/index",
- // "iconPath": "static/tabbar/home.png",
- // "selectedIconPath": "static/tabbar/home_select.png"
- // }
- // ]
- // },
- "uniIdRouter": {}
- }
|