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

25 lines
682 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/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. }