微信小程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
778 B

  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. }