微信小程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

app.json 1.1 KiB

3 yıl önce
3 yıl önce
3 yıl önce
3 yıl önce
3 yıl önce
3 yıl önce
3 yıl önce
3 yıl önce
3 yıl önce
3 yıl önce
123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "pages": [
  3. "pages/user/login/login",
  4. "pages/index/index",
  5. "pages/index/settle/index",
  6. "pages/index/settle/passWord/index",
  7. "pages/index/settle/eSign/index",
  8. "pages/handle/liist",
  9. "pages/handle/expenditureAudit/expenditureAudit",
  10. "pages/apply/index",
  11. "pages/apply/paymentTemplate/paymentTemplate",
  12. "pages/apply/approval/approval",
  13. "pages/inCome/inCome",
  14. "pages/inCome/accounting/index",
  15. "pages/apply/paymentTemplate/see/see",
  16. "pages/apply/paymentTemplate/add/add",
  17. "pages/payee/index",
  18. "pages/payee/add/add",
  19. "component/pop-up/index",
  20. "pages/Bookkeeping/Bookkeeping",
  21. "pages/payee/list/list",
  22. "pages/drawee/drawee",
  23. "pages/drawee/add/add"
  24. ],
  25. "window": {
  26. "backgroundTextStyle": "light",
  27. "navigationStyle": "custom",
  28. "enablePullDownRefresh": false,
  29. "navigationBarBackgroundColor": "#fff",
  30. "navigationBarTitleText": "农燊高科",
  31. "navigationBarTextStyle": "black"
  32. },
  33. "sitemapLocation": "sitemap.json",
  34. "permission": {
  35. "scope.userLocation": {
  36. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  37. }
  38. }
  39. }