app.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "pages": [
  3. "pages/ModifyProduct/ModifyProduct",
  4. "pages/addProduct/addProduct",
  5. "pages/index/index",
  6. "pages/logs/logs",
  7. "pages/aaa/abc",
  8. "pages/bbb/bbc",
  9. "pages/ccc/cbc"
  10. ],
  11. "window": {
  12. "backgroundTextStyle": "light",
  13. "navigationBarBackgroundColor": "#fff",
  14. "navigationBarTitleText": "Weixin",
  15. "navigationBarTextStyle": "black"
  16. },
  17. "usingComponents": {
  18. "van-button": "@vant/weapp/button",
  19. <<<<<<< HEAD
  20. "van-card": "@vant/weapp/card/index",
  21. "van-image": "@vant/weapp/image/index",
  22. "van-row": "@vant/weapp/row/index",
  23. "van-col": "@vant/weapp/col/index"
  24. =======
  25. "van-empty": "@vant/weapp/empty/index",
  26. "van-icon": "@vant/weapp/icon/index",
  27. "van-row": "@vant/weapp/row/index",
  28. "van-col": "@vant/weapp/col/index",
  29. "van-cell": "@vant/weapp/cell/index",
  30. "van-cell-group": "@vant/weapp/cell-group/index",
  31. "van-tabbar": "@vant/weapp/tabbar/index",
  32. "van-tabbar-item": "@vant/weapp/tabbar-item/index",
  33. "van-panel": "@vant/weapp/panel/index",
  34. "van-divider": "@vant/weapp/divider/index",
  35. "van-goods-action": "@vant/weapp/goods-action/index",
  36. "van-goods-action-icon": "@vant/weapp/goods-action-icon/index",
  37. "van-goods-action-button": "@vant/weapp/goods-action-button/index",
  38. "van-card": "@vant/weapp/card/index",
  39. "van-swipe-cell": "@vant/weapp/swipe-cell/index"
  40. >>>>>>> e381d23c13a633326fbf79f4eefcf2ce78db8543
  41. },
  42. "sitemapLocation": "sitemap.json"
  43. }