排队支付小程序
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.

31 lines
716 B

  1. {
  2. "pages": [
  3. "pages/merchant-login/merchant-login",
  4. "pages/home-page/home-page"
  5. ],
  6. "requiredPrivateInfos": [
  7. "chooseAddress"
  8. ],
  9. "window": {
  10. "backgroundTextStyle": "light",
  11. "navigationBarBackgroundColor": "#fff",
  12. "navigationBarTitleText": "排队支付",
  13. "navigationBarTextStyle": "black",
  14. "backgroundColor": "#fff"
  15. },
  16. "debug": false,
  17. "sitemapLocation": "sitemap.json",
  18. "usingComponents": {
  19. "van-popup": "lib/vant/popup/index"
  20. },
  21. "permission": {
  22. "scope.userLocation": {
  23. "desc": "你的位置信息将用于小程序定位"
  24. }
  25. },
  26. "plugins": {
  27. "chooseLocation": {
  28. "version": "1.0.9",
  29. "provider": "wx76a9a06e5b4e693e"
  30. }
  31. }
  32. }