公众号项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
1.1 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  5. },
  6. "pages": [
  7. {
  8. "path": "pages/home/index",
  9. "name": "home",
  10. "style": {
  11. "navigationBarTitleText": "汇智文化学苑",
  12. "enablePullDownRefresh": true
  13. }
  14. },
  15. {
  16. "path": "pages/my/kanwus",
  17. "style": {
  18. "navigationBarTitleText": "刊物目录"
  19. }
  20. },
  21. {
  22. "path": "pages/my/kanwudetails",
  23. "style": {
  24. "navigationBarTitleText": "刊物详情"
  25. }
  26. },
  27. {
  28. "path": "pages/my/orders",
  29. "style": {
  30. "navigationBarTitleText": "订阅记录"
  31. }
  32. },
  33. {
  34. "path": "pages/my/orderdetails",
  35. "style": {
  36. "navigationBarTitleText": "订阅详情"
  37. }
  38. }
  39. ],
  40. "globalStyle": {
  41. "navigationBarTextStyle": "black",
  42. "navigationBarTitleText": "",
  43. "navigationBarBackgroundColor": "#F8F8F8",
  44. "backgroundColor": "#F8F8F8"
  45. },
  46. "condition" : {
  47. "current": 0,
  48. "list": [
  49. {
  50. "name": "",
  51. "path": "pages/student-information/student-information",
  52. "query": ""
  53. }
  54. ]
  55. },
  56. "tabBar": {
  57. "borderStyle": "white",
  58. "color": "#4D4D4D",
  59. "selectedColor": "#00CCCC;",
  60. "backgroundColor": "#ffffff",
  61. "list": [
  62. ]
  63. }
  64. }