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

23 lines
604 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. ],
  9. "window": {
  10. "backgroundTextStyle": "light",
  11. "navigationStyle": "custom",
  12. "enablePullDownRefresh": true,
  13. "navigationBarBackgroundColor": "#fff",
  14. "navigationBarTitleText": "农燊高科",
  15. "navigationBarTextStyle": "black"
  16. },
  17. "sitemapLocation": "sitemap.json",
  18. "permission": {
  19. "scope.userLocation": {
  20. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  21. }
  22. }
  23. }