| 12345678910111213141516171819202122 |
- {
- "pages": [
- "pages/ModifyProduct/ModifyProduct",
- "pages/addProduct/addProduct",
- "pages/index/index",
- "pages/logs/logs"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "Weixin",
- "navigationBarTextStyle": "black"
- },
- "usingComponents": {
- "van-button": "@vant/weapp/button",
- "van-card": "@vant/weapp/card/index",
- "van-image": "@vant/weapp/image/index",
- "van-row": "@vant/weapp/row/index",
- "van-col": "@vant/weapp/col/index"
- },
- "sitemapLocation": "sitemap.json"
- }
|