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

app.json 594 B

3 years ago
3 years ago
3 years ago
12345678910111213141516171819202122
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/show/show",
  5. "pages/wxAuth/wxAuth",
  6. "pages/logs/logs",
  7. "component/scrollTab/scrollTab"
  8. ],
  9. "window": {
  10. "backgroundTextStyle": "light",
  11. "navigationBarBackgroundColor": "#fff",
  12. "navigationBarTitleText": "微信框架",
  13. "navigationBarTextStyle": "black"
  14. },
  15. "style": "v2",
  16. "sitemapLocation": "sitemap.json",
  17. "permission": {
  18. "scope.userLocation": {
  19. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  20. }
  21. }
  22. }