123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "pages": [
- "pages/login/index",
- "pages/index/index",
- "pages/mine/index"
- ],
- "subPackages": [
- {
- "root": "subPackages",
- "pages": [
- "equipment/condition",
- "equipment/run",
- "equipment/single",
- "equipment/detail",
- "fault/index",
- "shutdown/index",
- "repair/index",
- "repair/add",
- "repair/detail",
- "repair/service",
- "repair/finish",
- "mould/index",
- "mould/edit"
- ]
- }
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#43adfd",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/ic_tab_home.png",
- "selectedIconPath": "static/ic_tab_home_selected.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/mine/index",
- "iconPath": "static/ic_tab_mine.png",
- "selectedIconPath": "static/ic_tab_mine_selected.png",
- "text": "我的"
- }
- ]
- },
- "lazyCodeLoading": "requiredComponents",
- "usingComponents": {
- "empty": "/components/empty"
- }
- }
|