|
@@ -1,4 +1,5 @@
|
|
{
|
|
{
|
|
|
|
+ "navigationBarBackgroundColor":"#fff",
|
|
"pages": [
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/index/index",
|
|
"pages/resource/index",
|
|
"pages/resource/index",
|
|
@@ -11,29 +12,20 @@
|
|
"pages/login/index",
|
|
"pages/login/index",
|
|
"pages/register/index",
|
|
"pages/register/index",
|
|
"pages/xieyi/index",
|
|
"pages/xieyi/index",
|
|
- "pages/zhengce/index"
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "root": "userResource",
|
|
|
|
- "pages": [
|
|
|
|
- "pages/resource-details/index",
|
|
|
|
- "pages/resource-img/index"
|
|
|
|
|
|
+ "pages/zhengce/index",
|
|
|
|
+ "pages/about/index"
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"root": "userOrder",
|
|
"root": "userOrder",
|
|
"pages": [
|
|
"pages": [
|
|
"pages/continue/index",
|
|
"pages/continue/index",
|
|
- "pages/order-details/index"
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "root": "userInfo",
|
|
|
|
- "pages": [
|
|
|
|
- "pages/about/index"
|
|
|
|
|
|
+ "pages/order-details/index",
|
|
|
|
+ "pages/resource-details/index",
|
|
|
|
+ "pages/resource-img/index"
|
|
]
|
|
]
|
|
}
|
|
}
|
|
|
|
+
|
|
],
|
|
],
|
|
"window": {
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"backgroundTextStyle": "light",
|
|
@@ -77,29 +69,18 @@
|
|
"usingComponents": {
|
|
"usingComponents": {
|
|
"popup-modal": "/components/popup-modal/index",
|
|
"popup-modal": "/components/popup-modal/index",
|
|
"logout-show": "/components/logout-show/index",
|
|
"logout-show": "/components/logout-show/index",
|
|
- "van-search": "@vant/weapp/search/index",
|
|
|
|
"van-icon": "@vant/weapp/icon/index",
|
|
"van-icon": "@vant/weapp/icon/index",
|
|
"van-button": "@vant/weapp/button/index",
|
|
"van-button": "@vant/weapp/button/index",
|
|
"van-cell": "@vant/weapp/cell/index",
|
|
"van-cell": "@vant/weapp/cell/index",
|
|
- "van-tag": "@vant/weapp/tag/index",
|
|
|
|
"van-field": "@vant/weapp/field/index",
|
|
"van-field": "@vant/weapp/field/index",
|
|
- "van-sidebar": "@vant/weapp/sidebar/index",
|
|
|
|
- "van-sidebar-item": "@vant/weapp/sidebar-item/index",
|
|
|
|
"van-empty": "@vant/weapp/empty/index",
|
|
"van-empty": "@vant/weapp/empty/index",
|
|
- "van-popup": "@vant/weapp/popup/index",
|
|
|
|
"van-sticky": "@vant/weapp/sticky/index",
|
|
"van-sticky": "@vant/weapp/sticky/index",
|
|
- "van-calendar": "@vant/weapp/calendar/index",
|
|
|
|
"van-image": "@vant/weapp/image/index",
|
|
"van-image": "@vant/weapp/image/index",
|
|
"van-tab": "@vant/weapp/tab/index",
|
|
"van-tab": "@vant/weapp/tab/index",
|
|
"van-tabs": "@vant/weapp/tabs/index",
|
|
"van-tabs": "@vant/weapp/tabs/index",
|
|
- "van-tabbar-item": "@vant/weapp/tabbar-item/index",
|
|
|
|
- "van-datetime-picker": "@vant/weapp/datetime-picker/index",
|
|
|
|
"van-row": "@vant/weapp/row/index",
|
|
"van-row": "@vant/weapp/row/index",
|
|
"van-col": "@vant/weapp/col/index",
|
|
"van-col": "@vant/weapp/col/index",
|
|
"van-nav-bar": "@vant/weapp/nav-bar/index",
|
|
"van-nav-bar": "@vant/weapp/nav-bar/index",
|
|
- "van-dropdown-menu": "@vant/weapp/dropdown-menu/index",
|
|
|
|
- "van-dropdown-item": "@vant/weapp/dropdown-item/index",
|
|
|
|
- "van-index-anchor": "@vant/weapp/index-anchor/index",
|
|
|
|
"van-skeleton": "@vant/weapp/skeleton/index"
|
|
"van-skeleton": "@vant/weapp/skeleton/index"
|
|
},
|
|
},
|
|
"requiredPrivateInfos": ["getLocation"],
|
|
"requiredPrivateInfos": ["getLocation"],
|