|
|
@@ -1,83 +0,0 @@
|
|
|
-{
|
|
|
- "pages": [
|
|
|
- "pages/chooseIdentity/index",
|
|
|
- "pages/login/login",
|
|
|
- "pages/index/index",
|
|
|
- "pages/mine/mine"
|
|
|
- ],
|
|
|
- "subPackages": [
|
|
|
- {
|
|
|
- "root": "pages/subPackages",
|
|
|
- "pages": [
|
|
|
- "carmange/add",
|
|
|
- "carmange/index",
|
|
|
- "scanCode/index",
|
|
|
- "noticeList/qy",
|
|
|
- "noticeList/sj",
|
|
|
- "yy_history/code",
|
|
|
- "yy_history/edit",
|
|
|
- "sj_history/detail",
|
|
|
- "sj_history/edit",
|
|
|
- "yy_history/index",
|
|
|
- "sj_history/index",
|
|
|
- "sj_yy/index",
|
|
|
- "qy_yy/index",
|
|
|
- "choosecar/index",
|
|
|
- "phoneRegister/index",
|
|
|
- "password/index"
|
|
|
- ],
|
|
|
- "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"
|
|
|
- }
|
|
|
-}
|