12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/accredit/index",
- "style": {
- "navigationBarTitleText": "",
- "h5":{
- "titleNView":false
- }
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录",
- "h5":{
- "titleNView":false
- }
- }
- },
- {
- "path": "pages/error/index",
- "style": {
- "navigationBarTitleText": "错误页面",
- "h5":{
- "titleNView":false
- }
- }
- },
- {
- "path": "pages/feedback/index",
- "style": {
- "navigationBarTitleText": "中医用药一件事-办件记录",
- "navigationBarBackgroundColor": "#fff",
- "h5":{
- "titleNView":false
- }
- }
- },
- {
- "path": "pages/feedback/details",
- "style": {
- "navigationBarTitleText": "中医用药一件事-反馈登记",
- "navigationBarBackgroundColor": "#fff",
- "h5":{
- "titleNView":false
- }
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|