12345678910111213141516171819202122232425262728293031 |
- {
- "pages": [
- "pages/index/index",
- "pages/leaveadd/leaveadd",
- "pages/leave/leave",
- "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",
- "l-overlay": "./components/l-overlay",
- "l-notify": "./components/l-notify",
- "l-share": "./components/l-share",
- "van-button": "@vant/weapp/button/index",
- "van-image": "@vant/weapp/image/index",
- "van-icon": "@vant/weapp/icon/index"
- },
- "sitemapLocation": "sitemap.json"
- }
|