12345678910111213141516171819202122232425 |
- {
- "pages": [
- "pages/index/index",
- "pages/order/order",
- "pages/sgin/sgin",
- "pages/addinput/addinput",
- "pages/adddata/adddata",
- "pages/pay/pay",
- "pages/detail/detail",
- "pages/login/login"
- ],
- "window": {
- "backgroundTextStyle": "dark",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "Weixin",
- "navigationBarTextStyle": "black",
- "navigationStyle": "custom"
- },
- "usingComponents": {
- "l-container": "./components/l-container",
- "van-button": "@vant/weapp/button/index",
- "van-image": "@vant/weapp/image/index"
- },
- "sitemapLocation": "sitemap.json"
- }
|