183 lines
3.6 KiB
JSON
183 lines
3.6 KiB
JSON
{
|
|
"pages": [
|
|
"pages/login/login",
|
|
"pages/home/home",
|
|
"pages/user/mine/MePage",
|
|
"pages/home/test",
|
|
"pages/mine/mine",
|
|
"pages/user/ScanCarPage",
|
|
"pages/common/batchscancode",
|
|
"pages/user/home/home"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "pages/warehouse/ebikehouse",
|
|
"pages": [
|
|
"ebikelist",
|
|
"ebikehouse",
|
|
"ebikehouse_view",
|
|
"vehicleoperation",
|
|
"vehicleoperation_view"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/warehouse/wholebind",
|
|
"pages": [
|
|
"wholebind"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/warehouse/qrcodereplace",
|
|
"pages": [
|
|
"qrcodereplace"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/warehouse/detectionecu",
|
|
"pages": [
|
|
"detectionecu"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/warehouse/bluetooth",
|
|
"pages": [
|
|
"bluetoothscan"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/warehouse/bindhelmet",
|
|
"pages": [
|
|
"bindhelmet"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/warehouse/ecuunbind",
|
|
"pages": [
|
|
"ecuunbindlist"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/devops/faultreport",
|
|
"pages": [
|
|
"faultreport"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/devops/checkDevice",
|
|
"pages": [
|
|
"checkDevice"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/devops/maintenancepage",
|
|
"pages": [
|
|
"maintenancepage"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/devops/changebatteries",
|
|
"pages": [
|
|
"changebatteries"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/map",
|
|
"pages": [
|
|
"map-findbike",
|
|
"map-location"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/devops/ebikeinfo",
|
|
"pages": [
|
|
"ebikeinfo",
|
|
"workorderinfo"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/warehouse/component",
|
|
"pages": [
|
|
"enterlist",
|
|
"enterdetails",
|
|
"outlist",
|
|
"outdetails",
|
|
"picking"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/user/login",
|
|
"pages": [
|
|
"phone_login",
|
|
"wx_login",
|
|
"terms",
|
|
"userLogout",
|
|
"TroubleReportUser",
|
|
"AccountDetails",
|
|
"RepairReport",
|
|
"RepairDetails"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/user/HelpPage",
|
|
"pages": [
|
|
"HelpPage",
|
|
"HelpFaq"
|
|
]
|
|
},
|
|
{
|
|
"root": "pages/user/scan",
|
|
"pages": [
|
|
"scancode",
|
|
"inputcode"
|
|
]
|
|
}
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "克能单车",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#007aff",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "white",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/home",
|
|
"iconPath": "static/tabbar/home.png",
|
|
"selectedIconPath": "static/tabbar/home_active.png",
|
|
"text": "主页"
|
|
},
|
|
{
|
|
"pagePath": "pages/user/home/home",
|
|
"iconPath": "static/tabbar/home.png",
|
|
"selectedIconPath": "static/tabbar/home_active.png",
|
|
"text": "骑行端主页"
|
|
},
|
|
{
|
|
"pagePath": "pages/user/mine/MePage",
|
|
"iconPath": "static/tabbar/my.png",
|
|
"selectedIconPath": "static/tabbar/my_active.png",
|
|
"text": "用户个人中心"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/mine",
|
|
"iconPath": "static/tabbar/my.png",
|
|
"selectedIconPath": "static/tabbar/my_active.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "需要实时定位"
|
|
}
|
|
},
|
|
"requiredPrivateInfos": [
|
|
"getLocation",
|
|
"chooseLocation"
|
|
],
|
|
"usingComponents": {}
|
|
} |