{
|
"pages": [
|
"pages/question/question",
|
"pages/scene/scene",
|
"pages/login/login",
|
"pages/category/category",
|
"pages/cart/cart",
|
"pages/my/my",
|
"pages/test/test"
|
],
|
"window": {
|
"backgroundTextStyle": "light",
|
"navigationBarBackgroundColor": "#ffffff",
|
"navigationBarTitleText": "WI水务智能管家",
|
"navigationBarTextStyle": "black"
|
},
|
"tabBar": {
|
"custom": true,
|
"list": [
|
{
|
"pagePath": "pages/question/question",
|
"text": "问答"
|
},
|
{
|
"pagePath": "pages/scene/scene",
|
"text": "场景"
|
},
|
{
|
"pagePath": "pages/my/my",
|
"text": "我的"
|
}
|
]
|
},
|
"usingComponents": {
|
"van-dialog": "@vant/weapp/dialog/index",
|
"van-icon": "@vant/weapp/icon/index",
|
"van-empty": "@vant/weapp/empty/index",
|
"van-swipe-cell": "@vant/weapp/swipe-cell/index",
|
"van-checkbox": "@vant/weapp/checkbox/index",
|
"van-stepper": "@vant/weapp/stepper/index",
|
"van-submit-bar": "@vant/weapp/submit-bar/index",
|
"van-action-sheet": "@vant/weapp/action-sheet/index",
|
"van-button": "@vant/weapp/button/index",
|
"van-popup": "@vant/weapp/popup/index",
|
"van-field": "@vant/weapp/field/index",
|
"van-cell-group": "@vant/weapp/cell-group/index",
|
"van-cell": "@vant/weapp/cell/index",
|
"van-datetime-picker": "@vant/weapp/datetime-picker/index",
|
"van-goods-action": "@vant/weapp/goods-action/index",
|
"van-goods-action-icon": "@vant/weapp/goods-action-icon/index",
|
"van-goods-action-button": "@vant/weapp/goods-action-button/index",
|
"van-tab": "@vant/weapp/tab/index",
|
"van-tabs": "@vant/weapp/tabs/index",
|
"fui-drawer": "./libs/firstui/fui-drawer/fui-drawer",
|
"fui-list": "./libs/firstui/fui-list/fui-list",
|
"fui-list-cell": "./libs/firstui/fui-list-cell/fui-list-cell"
|
},
|
"sitemapLocation": "sitemap.json",
|
"subPackages": [
|
{
|
"root": "modules/settingModule",
|
"name": "settingModule",
|
"pages": [
|
"pages/settings/settings",
|
"pages/address/add/index",
|
"pages/address/list/index",
|
"pages/profile/profile"
|
]
|
},
|
{
|
"root": "modules/goodModule",
|
"name": "goodModule",
|
"pages": [
|
"pages/goods/list/list",
|
"pages/goods/detail/detail"
|
]
|
},
|
{
|
"root": "modules/orderPayModule",
|
"name": "orderPayModule",
|
"pages": [
|
"pages/order/detail/detail",
|
"pages/order/list/list"
|
]
|
}
|
],
|
"preloadRule": {
|
"modules/orderPayModule/pages/order/detail/detail": {
|
"network": "all",
|
"packages": [
|
"settingModule"
|
]
|
},
|
"pages/category/category": {
|
"network": "all",
|
"packages": [
|
"goodModule"
|
]
|
},
|
"pages/cart/cart": {
|
"network": "all",
|
"packages": [
|
"orderPayModule"
|
]
|
}
|
},
|
"requiredPrivateInfos": [
|
"getLocation",
|
"chooseLocation"
|
],
|
"permission": {
|
"scope.userLocation": {
|
"desc": "获取地理位置信息用于填写收货地址"
|
}
|
},
|
"resolveAlias": {
|
"@/*": "/*"
|
},
|
"lazyCodeLoading": "requiredComponents"
|
}
|