微信小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

3 年前
3 年前
12345678910111213141516171819202122232425
  1. {
  2. "pages": [
  3. "pages/user/login/login",
  4. "pages/index/index",
  5. "pages/handle/liist",
  6. "pages/handle/expenditureAudit/expenditureAudit",
  7. "pages/apply/index",
  8. "pages/apply/paymentTemplate/paymentTemplate",
  9. "pages/inCome/inCome"
  10. ],
  11. "window": {
  12. "backgroundTextStyle": "light",
  13. "navigationStyle": "custom",
  14. "enablePullDownRefresh": true,
  15. "navigationBarBackgroundColor": "#fff",
  16. "navigationBarTitleText": "农燊高科",
  17. "navigationBarTextStyle": "black"
  18. },
  19. "sitemapLocation": "sitemap.json",
  20. "permission": {
  21. "scope.userLocation": {
  22. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  23. }
  24. }
  25. }