| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- {
- "pages": [
- "pages/login/phone",
- "pages/login/selectSite",
- "pages/login/retrievePassword",
- "pages/tabbar/home/index",
- "pages/tabbar/mine/index",
- "pages/tabbar/message/index",
- "pages/tabbar/mine/userMsg/index",
- "pages/tabbar/message/details",
- "pages/tabbar/mine/changePassword/index",
- "pages/teams/index",
- "pages/teams/addUsers",
- "pages/teams/addRole",
- "pages/group/index",
- "pages/group/select",
- "pages/tags/index",
- "pages/tabbar/mine/webView",
- "pages/tabbar/mine/associatedPublicNumber",
- "pages/trace/insert",
- "pages/trace/detail",
- "pages/login/developerTools"
- ],
- "subpackages": [
- {
- "root": "bgj",
- "pages": [
- "handling/index",
- "workOrder/index",
- "customerArchive/index",
- "workerHome/index",
- "handling/detail",
- "handling/transferWorkOrder/transfer",
- "handling/assignAgent/assign",
- "handling/linkWork/link",
- "workOrder/detail",
- "workOrder/nodes/index",
- "workOrder/nodes/update/update",
- "workOrder/nodeDetail/index",
- "workOrder/components/signName/index",
- "workOrder/materialAdd/material",
- "workOrder/signature/index",
- "workOrder/nodes/selectProduct/index"
- ]
- }
- ],
- "preloadRule": {
- "pages/login/phone": {
- "packages": [
- "bgj"
- ],
- "network": "all"
- }
- },
- "usingComponents": {
- "Preview": "/components/preview/index",
- "My_Empty": "/components/My_empty/index",
- "Record": "/components/record/index",
- "Files": "/components/files/index",
- "Yl_Files": "/components/Yl_Files/index",
- "Yl_Tabbar": "/components/Yl_Tabbar/index",
- "Yl-tags": "/pages/tags/modules/Yl-tags/index",
- "Yl-group": "/pages/group/modules/Yl-group/index",
- "Yl_field": "/components/Yl_field/index",
- "Yl_FloatingButton": "/components/Yl_FloatingButton/index",
- "Yl_ReportForms": "/components/Yl_ReportForms/index",
- "Yl_Headline": "/components/Yl_Headline/index",
- "Yl_FunTabs": "/components/Yl_FunTabs/index",
- "Yl_Head": "/components/Yl_Head/index",
- "Yl_nav": "/components/Yl_nav/index",
- "Yl_filtrate": "/components/Yl_filtrate/index",
- "organization": "/components/organization/index",
- "Yl_Filtrate1": "/components/Yl_Filtrate1/index",
- "Yl_ListBox": "/components/Yl_ListBox/index",
- "My_empty": "/components/My_empty/index",
- "timeRange": "/components/timeRange/timeRange",
- "van-button": "@vant/weapp/button/index",
- "van-icon": "@vant/weapp/icon/index",
- "van-image": "@vant/weapp/image/index",
- "van-loading": "@vant/weapp/loading/index",
- "van-tab": "@vant/weapp/tab/index",
- "van-tabs": "@vant/weapp/tabs/index",
- "van-search": "@vant/weapp/search/index",
- "van-tag": "@vant/weapp/tag/index",
- "van-dropdown-menu": "@vant/weapp/dropdown-menu/index",
- "van-dropdown-item": "@vant/weapp/dropdown-item/index",
- "van-tree-select": "@vant/weapp/tree-select/index",
- "van-toast": "@vant/weapp/toast/index",
- "van-cell": "@vant/weapp/cell/index",
- "van-action-sheet": "@vant/weapp/action-sheet/index",
- "van-popup": "@vant/weapp/popup/index",
- "van-checkbox": "@vant/weapp/checkbox/index",
- "van-checkbox-group": "@vant/weapp/checkbox-group/index",
- "van-transition": "@vant/weapp/transition/index",
- "van-dialog": "@vant/weapp/dialog/index",
- "van-uploader": "@vant/weapp/uploader/index",
- "viewDate": "/components/viewDate/index",
- "filtrate": "/components/filtrate/filtrate"
- },
- "tabBar": {
- "custom": true,
- "color": "#000000",
- "selectedColor": "#000000",
- "backgroundColor": "#000000",
- "list": [
- {
- "pagePath": "pages/tabbar/home/index"
- },
- {
- "pagePath": "pages/tabbar/message/index"
- },
- {
- "pagePath": "pages/tabbar/mine/index"
- }
- ]
- },
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#085CDF",
- "navigationBarTitleText": "班管家",
- "navigationBarTextStyle": "white"
- },
- "permission": {
- "scope.userLocation": {
- "desc": "您的位置信息将用于小程序位置接口的效果展示"
- }
- },
- "requiredPrivateInfos": [
- "getLocation"
- ],
- "plugins": {
- "WechatSI": {
- "version": "0.0.7",
- "provider": "wx069ba97219f66d99"
- }
- },
- "sitemapLocation": "sitemap.json"
- }
|