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

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