123456789101112131415161718192021222324 |
- {
- "pages":[
- "pages/index/index",
- "pages/detail/index",
- "pages/template/index",
- "pages/add/index",
- "pages/try/index",
- "pages/login/index",
- "pages/accessory/index"
- ],
- "window":{
- "backgroundTextStyle":"light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "金融小程序",
- "navigationBarTextStyle":"white",
- "navigationStyle": "custom"
- },
- "usingComponents": {
- "cu-custom": "/colorui/components/cu-custom",
- "van-dialog": "@vant/weapp/dialog/index",
- "van-empty": "@vant/weapp/empty/index"
- },
- "sitemapLocation": "sitemap.json"
- }
|