12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "pages": [
- "pages/login/login",
- "pages/noLogin/uploadProject",
- "pages/noLogin/typeList",
- "pages/historyConstruction/historyDetail",
- "pages/historyConstruction/updateInfo",
- "pages/noLogin/cityProject",
- "pages/noLogin/data",
- "pages/noLogin/list",
- "pages/notice/noticeDetail",
- "pages/notice/noticeList",
- "pages/cityConstrution/cityConstrution",
- "pages/historyConstruction/historyConstruction",
- "pages/service/service",
- "pages/aboutme/aboutme",
- "pages/index/index",
- "pages/chart/chart",
- "pages/chart/chartAll",
- "pages/chart/chartDetail",
- "pages/chart/newchartDetail",
- "pages/chart/chartList",
- "pages/chart/details",
- "pages/noLogin/repair",
- "pages/noLogin/My",
- "pages/noLogin/Myphoto"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "static/icon/logo.png",
- "selectedIconPath": "static/icon/logo.png"
- },
- {
- "pagePath": "pages/historyConstruction/historyConstruction",
- "text": "施工",
- "iconPath": "static/icon/constructions.png",
- "selectedIconPath": "static/icon/constructions.png"
- },
- // {
- // "pagePath": "pages/chart/chart",
- // "text": "统计图",
- // "iconPath": "static/icon/chart.png",
- // "selectedIconPath": "static/icon/chart.png"
- // },
- {
- "pagePath": "pages/chart/chartAll",
- "text": "统计",
- "iconPath": "static/icon/chart.png",
- "selectedIconPath": "static/icon/chart.png"
- }
- ]
- },
- "usingComponents": {
- "back": "/components/back",
- "ming-pop": "/components/ming-pop/ming-pop"
- }
- }
|