1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "pages": [
- "pages/index/index",
- "pages/risk/risk",
- "pages/mine/mine",
- "pages/login/login",
- "pages/mine/password/password",
- "pages/task/task",
- "pages/task/form/form",
- "pages/risk/review/review",
- "pages/risk/review/form/form",
- "pages/risk/check/check",
- "pages/risk/check/form/form",
- "pages/risk/rectify/rectify",
- "pages/risk/rectify/form/form",
- "pages/risk/repeal/repeal"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F3F5FB",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#999999",
- "selectedColor": "#3384ff",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "height": "50px",
- "fontSize": "10px",
- "iconWidth": "24px",
- "spacing": "3px",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/tabBar/Home.png",
- "selectedIconPath": "static/tabBar/HomeEd.png",
- "text": "任务"
- },
- {
- "pagePath": "pages/risk/risk",
- "iconPath": "static/tabBar/risk.png",
- "selectedIconPath": "static/tabBar/riskEd.png",
- "text": "风险"
- },
- {
- "pagePath": "pages/mine/mine",
- "iconPath": "static/tabBar/mine.png",
- "selectedIconPath": "static/tabBar/mineEd.png",
- "text": "我的"
- }
- ]
- },
- "usingComponents": {}
- }
|