12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "微信登录"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "注册"
- }
- }
- ,{
- "path" : "pages/ypczk/leaderIndex",
- "style" :
- {
- "navigationBarTitleText": "首页-组长",
- "enablePullDownRefresh": true
- }
- }
- ,{
- "path" : "pages/ypczk/qualitycontrolTask",
- "style" :
- {
- "navigationBarTitleText": "质控作业",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "中药云",
- "navigationBarBackgroundColor": "#BEA375",
- "backgroundColor": "#BEA375"
- },
- "uniIdRouter": {}
- }
|