1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "pages": [
- "index"
- ],
- "subpackages": [
- {
- "root": "nova-tourism",
- "name": "tourism",
- "pages": [
- "pages/index/index",
- "pages/homestay/homestay-detail/index"
- ]
- },
- {
- "root": "nova-diypage",
- "name": "DIYPAGE",
- "pages": [
- "pages/index/index"
- ]
- }
- ],
- "window": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#f6f5fa",
- "backgroundColor": "#f6f5fa",
- "enablePullDownRefresh": false
- },
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于小程序位置接口的效果展示"
- }
- },
- "usingComponents": {
- "nav": "plugin://fm-plugin/fm-nav",
- "get-phone-number-btn": "components/getPhone/index",
- "search": "/components/search/search",
- "payment": "/components/nova-payment/payment",
- "address": "/components/address/index",
- "upload": "/components/upload/index",
- "van-icon": "@vant/weapp/icon/index",
- "van-button": "@vant/weapp/button/index",
- "van-tabbar": "@vant/weapp/tabbar/index",
- "van-tabbar-item": "@vant/weapp/tabbar-item/index",
- "van-empty": "@vant/weapp/empty/index",
- "van-loading": "@vant/weapp/loading/index"
- },
- "sitemapLocation": "sitemap.json",
- "plugins": {
- "fm-plugin": {
- "version": "0.1.1",
- "provider": "wx56d559d35ae6e502",
- "export": "exportToPlugin.js",
- "genericsImplementation": {
- "fm-auth": {
- "get-phone-number-btn": "components/getPhone/index"
- }
- }
- }
- }
- }
|