123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "pages": [
- "pages/login/login",
- "pages/index/index",
- "pages/mine/mine"
- ],
- "subPackages": [
- {
- "root": "pages/subPackages",
- "pages": [
- "meetingroom/meetingroom",
- "activity/index",
- "activity/code",
- "password/index",
- "secureselfplan/addplan",
- "secureselfplan/index",
- "repairDispatch-app/detail",
- "repairDispatch-app/index",
- "repairDispatch-app/add",
- "repairprocessing-app/detail",
- "repairprocessing-app/index",
- "modifySend/index",
- "modifyReport/index",
- "modifyReport/detail",
- "modifyHandle/handle",
- "modifySend/confirm",
- "modifyHandle/index",
- "modifyReport/add",
- "secureselftest/report",
- "toread/index",
- "todo/index",
- "secureselftest/index",
- "meetingroom/confirm",
- "meetingroom/audit",
- "merchants/merchants",
- "merchants/components/mymechantsdetails",
- "chooseCompanyTags/index",
- "companyTagsDelete/index",
- "housedetails/housedetails",
- "addintention/addintention",
- "chosseHouse/chosseHouse",
- "companyreport/components/reportDetails",
- "companyreport/companyreport",
- "companyHouse/companyHouse",
- "companyDetails/companyDetails",
- "addCompany/addCompany",
- "companyDetailsEdit/companyDetailsEdit"
- ],
- "network": "all"
- }
- ],
- "window": {
- "pageOrientation": "portrait",
- "navigationBarTitleText": "Hello uniapp",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF",
- "backgroundColorTop": "#FFFFFF",
- "backgroundColorBottom": "#F4F5F6"
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#2527AA",
- "borderStyle": "black",
- "backgroundColor": "#F8F8F8",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/home.png",
- "selectedIconPath": "static/homeselect.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/mine/mine",
- "iconPath": "static/mine.png",
- "selectedIconPath": "static/mineselect.png",
- "text": "我的"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "查询用户地理位置"
- }
- },
- "requiredPrivateInfos": [
- "getLocation"
- ],
- "usingComponents": {
- "van-empty": "/wxcomponents/weapp/dist/empty/index",
- "van-button": "/wxcomponents/weapp/dist/button/index",
- "van-toast": "/wxcomponents/weapp/dist/toast/index",
- "van-field": "/wxcomponents/weapp/dist/field/index",
- "van-popup": "/wxcomponents/weapp/dist/popup/index",
- "van-picker": "/wxcomponents/weapp/dist/picker/index",
- "van-dialog": "/wxcomponents/weapp/dist/dialog/index",
- "van-icon": "/wxcomponents/weapp/dist/icon/index",
- "van-tab": "/wxcomponents/weapp/dist/tab/index",
- "van-tabs": "/wxcomponents/weapp/dist/tabs/index",
- "van-row": "/wxcomponents/weapp/dist/row/index",
- "van-col": "/wxcomponents/weapp/dist/col/index"
- }
- }
|