app.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/logon/logon",
  5. "pages/order/order",
  6. "pages/me/me",
  7. "pages/shop/shop",
  8. "pages/message/message",
  9. "pages/total/total",
  10. <<<<<<< HEAD
  11. "pages/detail arrived/detail arrived",
  12. "pages/detail refund/detail refund",
  13. "pages/detail order/detail order",
  14. "pages/delails/details",
  15. "pages/management/management"
  16. =======
  17. "pages/addProduct/addProduct",
  18. "pages/revise/revise"
  19. >>>>>>> 697a3afe5b100889fee65ba54e01e026871db79d
  20. ],
  21. "window": {
  22. "backgroundTextStyle": "light",
  23. "navigationBarBackgroundColor": "#fff",
  24. "navigationBarTitleText": "登录",
  25. "navigationBarTextStyle": "black"
  26. },
  27. "tabBar": {
  28. "color": "#000000",
  29. "selectedColor": "#ea9518",
  30. "list": [
  31. {
  32. "pagePath": "pages/order/order",
  33. "text": "订单",
  34. "iconPath": "./image/dingdan_icon.png",
  35. "selectedIconPath": "./image/dingdan_active_icon.png"
  36. },
  37. {
  38. "pagePath": "pages/message/message",
  39. "text": "信息",
  40. "iconPath": "./image/xiaoxi_icon .png",
  41. "selectedIconPath": "./image/xiaoxi_active_icon.png"
  42. },
  43. {
  44. "pagePath": "pages/me/me",
  45. "text": "我的",
  46. "iconPath": "./image/wode_icon.png",
  47. "selectedIconPath": "./image/wode_active_icon.png"
  48. }
  49. ]
  50. },
  51. "sitemapLocation": "sitemap.json",
  52. "usingComponents": {
  53. "van-button": "@vant/weapp/button/index",
  54. "van-field": "@vant/weapp/field/index",
  55. "van-image": "@vant/weapp/image/index",
  56. "van-card": "@vant/weapp/card/index",
  57. "van-action-sheet": "@vant/weapp/action-sheet/index",
  58. "van-search": "@vant/weapp/search/index",
  59. "van-tab": "@vant/weapp/tab/index",
  60. "van-tabs": "@vant/weapp/tabs/index",
  61. "van-cell": "@vant/weapp/cell/index",
  62. "van-cell-group": "@vant/weapp/cell-group/index",
  63. "van-icon": "@vant/weapp/icon/index",
  64. "van-panel": "@vant/weapp/panel/index",
  65. "van-divider": "@vant/weapp/divider/index",
  66. "van-grid": "@vant/weapp/grid/index",
  67. "van-grid-item": "@vant/weapp/grid-item/index",
  68. "van-uploader": "@vant/weapp/uploader/index",
  69. "van-calendar": "@vant/weapp/calendar/index",
  70. "van-popup": "@vant/weapp/popup/index",
  71. "van-dialog": "@vant/weapp/dialog/index"
  72. }
  73. }