You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

37 lines
1005 B

  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/logs/logs",
  5. "pages/payOrder/payOrder",
  6. "pages/payHistory/payHistory",
  7. "pages/chat/chat",
  8. "pages/orderDetail/orderDetail",
  9. "pages/userProtocol/userProtocol",
  10. "pages/mine/mine",
  11. "pages/ContactUs/ContactUs",
  12. "pages/selections/selections",
  13. "pages/selectionDetail/selectionDetail"
  14. ],
  15. "window": {
  16. "backgroundTextStyle": "light",
  17. "navigationBarBackgroundColor": "#fff",
  18. "navigationBarTitleText": "Weixin",
  19. "navigationBarTextStyle": "black"
  20. },
  21. "plugins": {
  22. "WechatSI": {
  23. "version": "0.3.5",
  24. "provider": "wx069ba97219f66d99"
  25. }
  26. },
  27. "style": "v2",
  28. "sitemapLocation": "sitemap.json",
  29. "usingComponents": {
  30. "VanNoticeBar": "@vant/weapp/notice-bar/index",
  31. "VanDivider": "@vant/weapp/divider/index",
  32. "VanPopup": "@vant/weapp/popup/index",
  33. "VanIcon": "@vant/weapp/icon/index",
  34. "VanEmpty": "@vant/weapp/empty/index",
  35. "van-toast": "@vant/weapp/toast/index"
  36. }
  37. }