| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pagesCrm/business/home/home",
- "style": {
- "navigationBarTitleText": "我的随访",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pagesCrm/business/schemeDetail/schemeDetail",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/business/tabbar/transferPage/transferPage",
- "style": {
- "navigationBarTitleText": ""
- }
- }
- ],
- "subPackages": [{
- "root": "pagesAdmin",
- "pages": [{
- "path": "article/business/article/detail/detail",
- "style": {
- "navigationBarTitleText": "文章详情"
- }
- },
- {
- "path": "satisfaction/business/satisfactionQuestions/satisfactionQuestions",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "satisfaction/business/satisfactionHome/satisfactionHome",
- "style": {
- "navigationBarTitleText": "满意度调查"
- }
- }
- ]
- }],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app 演示",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "backgroundColor": "#fff",
- "borderStyle": "black",
- "selectedColor": "#55AA56",
- "color": "#B8BBBF",
- "list": []
- },
- "uniIdRouter": {}
- }
|