微信小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

app.json 1.2 KiB

il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
1234567891011121314151617181920212223242526272829303132333435363738394041
  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. "pages/Bookkeeping/update/update",
  25. "pages/bank/bank"
  26. ],
  27. "window": {
  28. "backgroundTextStyle": "light",
  29. "navigationStyle": "custom",
  30. "enablePullDownRefresh": false,
  31. "navigationBarBackgroundColor": "#fff",
  32. "navigationBarTitleText": "农燊高科",
  33. "navigationBarTextStyle": "black"
  34. },
  35. "sitemapLocation": "sitemap.json",
  36. "permission": {
  37. "scope.userLocation": {
  38. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  39. }
  40. }
  41. }