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

20 lines
511 B

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