app1.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/logs/logs",
  5. "pages/billing_Statistics/index",
  6. "pages/store_Management/index",
  7. "pages/jcy/jcy"
  8. ],
  9. "window": {
  10. "backgroundTextStyle": "light",
  11. "navigationBarBackgroundColor": "#fff",
  12. "navigationBarTitleText": "Weixin",
  13. "navigationBarTextStyle": "black"
  14. },
  15. "usingComponents": {
  16. "van-button": "@vant/weapp/button/index",
  17. "van-action-sheet": "@vant/weapp/action-sheet/index",
  18. "van-search": "@vant/weapp/search/index",
  19. "van-tab": "@vant/weapp/tab/index",
  20. "van-tabs": "@vant/weapp/tabs/index",
  21. "van-cell": "@vant/weapp/cell/index",
  22. "van-cell-group": "@vant/weapp/cell-group/index",
  23. "van-icon": "@vant/weapp/icon/index",
  24. "van-panel": "@vant/weapp/panel/index",
  25. "van-divider": "@vant/weapp/divider/index",
  26. "van-grid": "@vant/weapp/grid/index",
  27. "van-grid-item": "@vant/weapp/grid-item/index",
  28. "van-uploader": "@vant/weapp/uploader/index",
  29. "van-calendar": "@vant/weapp/calendar/index",
  30. "van-popup": "@vant/weapp/popup/index",
  31. "van-dialog": "@vant/weapp/dialog/index"
  32. },
  33. "sitemapLocation": "sitemap.json"
  34. }