邃芒智像相册
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.
 
 

28 lines
803 B

  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/payOrder/payOrder",
  5. "pages/login/login",
  6. "pages/userProtocol/userProtocol",
  7. "pages/upload/upload",
  8. "pages/checkImg/checkImg"
  9. ],
  10. "window": {
  11. "backgroundTextStyle": "light",
  12. "navigationBarBackgroundColor": "#fff",
  13. "navigationBarTitleText": "Weixin",
  14. "navigationBarTextStyle": "black"
  15. },
  16. "plugins": {},
  17. "sitemapLocation": "sitemap.json",
  18. "usingComponents": {
  19. "VanNoticeBar": "@vant/weapp/notice-bar/index",
  20. "VanDivider": "@vant/weapp/divider/index",
  21. "VanPopup": "@vant/weapp/popup/index",
  22. "VanIcon": "@vant/weapp/icon/index",
  23. "VanEmpty": "@vant/weapp/empty/index",
  24. "van-toast": "@vant/weapp/toast/index",
  25. "van-dialog": "@vant/weapp/dialog/index"
  26. },
  27. "__usePrivacyCheck__": false
  28. }