微信小程序
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.

19 regels
502 B

  1. {
  2. "pages": [
  3. "pages/user/login/login",
  4. "pages/index/index"
  5. ],
  6. "window": {
  7. "backgroundTextStyle": "light",
  8. "navigationBarBackgroundColor": "#fff",
  9. "navigationBarTitleText": "农燊高科",
  10. "navigationBarTextStyle": "black"
  11. },
  12. "style": "v2",
  13. "sitemapLocation": "sitemap.json",
  14. "permission": {
  15. "scope.userLocation": {
  16. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  17. }
  18. }
  19. }