app.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/login/index"
  5. ],
  6. "subPackages": [
  7. {
  8. "root": "pagesEnroll",
  9. "pages": [
  10. "todayEnroll",
  11. "enrolledForm",
  12. "intentionForm",
  13. "venueList",
  14. "classList",
  15. "venueDetail",
  16. "classDetail"
  17. ]
  18. },
  19. {
  20. "root": "pagesMain",
  21. "pages": [
  22. "customerList",
  23. "orderList",
  24. "orderDetail",
  25. "marketRankList",
  26. "renewList",
  27. "studentInfo",
  28. "recordForm",
  29. "messageList",
  30. "dataCensus",
  31. "shareInfo"
  32. ]
  33. }
  34. ],
  35. "window": {
  36. "navigationStyle": "default",
  37. "navigationBarTextStyle": "black",
  38. "navigationBarTitleText": "星火纵横销售端",
  39. "navigationBarBackgroundColor": "#ffffff",
  40. "backgroundColor": "#F8F8F8"
  41. },
  42. "runmode": "liberate",
  43. "permission": {
  44. "scope.userLocation": {
  45. "desc": "获取当前区域定位以选取附近场馆"
  46. }
  47. },
  48. "usingComponents": {},
  49. "sitemapLocation": "sitemap.json"
  50. }