pages.json 1007 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "pages": [{
  3. "path": "pages/login/login"
  4. }, {
  5. "path": "pages/login/selectSite",
  6. "style": {
  7. "navigationBarTitleText": "选择登录站点"
  8. }
  9. }, {
  10. "path": "pages/index/index"
  11. }],
  12. "subPackages": [{
  13. "root": "packageA",
  14. "pages": [{
  15. "path": "affiche/index"
  16. }, {
  17. "path": "affiche/detail"
  18. }, {
  19. "path": "course/index"
  20. }, {
  21. "path": "course/list"
  22. }, {
  23. "path": "course/detail"
  24. }, {
  25. "path": "exam/index"
  26. }, {
  27. "path": "exam/detail"
  28. }, {
  29. "path": "dailyYttendance/index"
  30. }, {
  31. "path": "dailyYttendance/makePoster"
  32. }, {
  33. "path": "advertising/shareable"
  34. }, {
  35. "path": "advertising/unshareable"
  36. }, {
  37. "path": "resourceLibrary/index"
  38. }, {
  39. "path": "resourceLibrary/detail"
  40. }]
  41. }],
  42. "globalStyle": {
  43. "navigationBarTextStyle": "black",
  44. "navigationBarTitleText": "营销工具",
  45. "navigationBarBackgroundColor": "#FFF",
  46. "backgroundColor": "#F8F8F8"
  47. },
  48. "easycom": {
  49. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  50. },
  51. "uniIdRouter": {}
  52. }