1234567891011121314151617181920212223242526 |
- {
- "usingComponents": {
- "van-tabbar": "@vant/weapp/tabbar/index",
- "van-tabbar-item": "@vant/weapp/tabbar-item/index",
- "nova-diypage": "../../../components/diypage/diypage",
- "nova-tourism-pages-home-index": "../home/index",
- "nova-tourism-pages-my-index": "../my/index",
- "nova-tourism-pages-gourmet-index": "../gourmet/index",
- "nova-tourism-pages-homestay-index": "../homestay/index",
- "nova-tourism-pages-shop-index":"../shop/index",
- "nova-home-template1":"../../components/template1/home/index",
- "nova-gourmet-template1": "../../components/template1/gourmet/index",
- "nova-shop-template1":"../../components/template1/shop/index",
- "nova-homestay-template1":"../../components/template1/homestay/index",
- "nova-my-template1":"../../components/template1/my/index",
- "nova-home-template2":"../../components/template2/home/index",
- "nova-gourmet-template2": "../../components/template2/gourmet/index",
- "nova-homestay-template2": "../../components/template2/homestay/index",
- "nova-shop-template2": "../../components/template2/shop/index",
- "nova-my-template2": "../../components/template2/my/index"
- },
- "enablePullDownRefresh": false
- }
|