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

3 年前
3 年前
3 年前
123456789101112131415161718192021222324252627
  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/apply/approval/approval",
  10. "pages/apply/paymentTemplate/see/see",
  11. "pages/apply/paymentTemplate/add/add"
  12. ],
  13. "window": {
  14. "backgroundTextStyle": "light",
  15. "navigationStyle": "custom",
  16. "enablePullDownRefresh": true,
  17. "navigationBarBackgroundColor": "#fff",
  18. "navigationBarTitleText": "农燊高科",
  19. "navigationBarTextStyle": "black"
  20. },
  21. "sitemapLocation": "sitemap.json",
  22. "permission": {
  23. "scope.userLocation": {
  24. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  25. }
  26. }
  27. }