You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
2.1 KiB
82 lines
2.1 KiB
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/index/staffIndex",
|
|
"pages/index/operatorIndex",
|
|
"pages/me/index"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "package_sub",
|
|
"pages": [
|
|
"login/login",
|
|
"order/order",
|
|
"order/orderDetail",
|
|
"order/orderStaffDetail",
|
|
"order/editPrice",
|
|
"order/service",
|
|
"pages/ServiceList/ServiceList",
|
|
"pages/ServiceDetail/ServiceDetail",
|
|
"pages/AddOrder/AddOrder",
|
|
"pages/AddOrder/editOrder",
|
|
"order/assignOrder"
|
|
]
|
|
}
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "医康养-护工端",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"custom": true,
|
|
"color": "#686868",
|
|
"selectedColor": "#686868",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "/package_sub/static/home.png",
|
|
"selectedIconPath": "/package_sub/static/home-active.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/index/staffIndex",
|
|
"iconPath": "/package_sub/static/home.png",
|
|
"selectedIconPath": "/package_sub/static/home-active.png",
|
|
"text": "工作台"
|
|
},
|
|
{
|
|
"pagePath": "pages/index/operatorIndex",
|
|
"iconPath": "/package_sub/static/home.png",
|
|
"selectedIconPath": "/package_sub/static/home-active.png",
|
|
"text": "运营"
|
|
},
|
|
{
|
|
"pagePath": "pages/me/index",
|
|
"iconPath": "/package_sub/static/user.png",
|
|
"selectedIconPath": "/package_sub/static/user-active.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"preloadRule": {},
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "需要获取您的定位"
|
|
},
|
|
"scope.chooseLocation": {
|
|
"desc": "需要获取您的详细地址"
|
|
}
|
|
},
|
|
"requiredPrivateInfos": [
|
|
"getLocation",
|
|
"chooseAddress",
|
|
"chooseLocation"
|
|
],
|
|
"__usePrivacyCheck__": true,
|
|
"lazyCodeLoading": "requiredComponents",
|
|
"usingComponents": {}
|
|
} |