微信小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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