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

30 lines
683 B

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