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.

75 lines
1.9 KiB

2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
  1. {
  2. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/tabbar/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/tabbar/mine/mine",
  12. "style": {
  13. "navigationBarTitleText": "我的",
  14. "navigationStyle": "custom"
  15. }
  16. }
  17. ],
  18. "subPackages": [
  19. {
  20. "root": "pages/subPage",
  21. "pages": [
  22. {
  23. "path": "notice/notice",
  24. "style": {
  25. "navigationBarTitleText": "公示公告",
  26. "enablePullDownRefresh": false,
  27. "backgroundTextStyle": "dark"
  28. }
  29. },
  30. {
  31. "path": "login/login",
  32. "style": {
  33. "navigationBarTitleText": "登录",
  34. "enablePullDownRefresh": false,
  35. "backgroundTextStyle": "dark"
  36. }
  37. }
  38. ]
  39. }
  40. ],
  41. "globalStyle": {
  42. "navigationBarTextStyle": "black",
  43. "navigationBarTitleText": "uni-app",
  44. "navigationBarBackgroundColor": "#F8F8F8",
  45. "backgroundColor": "#F8F8F8"
  46. },
  47. "tabBar": {
  48. "color": "#999999",
  49. "selectedColor": "#DE3A26",
  50. "backgroundColor": "#FFFFFF",
  51. "list": [{
  52. "pagePath": "pages/tabbar/index/index",
  53. "text": "首页",
  54. "iconPath": "static/images/tabbar/btn_shouye_nor.png",
  55. "selectedIconPath": "static/images/tabbar/btn_shouye_cli.png"
  56. },
  57. {
  58. "pagePath": "pages/tabbar/mine/mine",
  59. "text": "我的",
  60. "iconPath": "static/images/tabbar/btn_wode_nor.png",
  61. "selectedIconPath": "static/images/tabbar/btn_wode_cli.png"
  62. }
  63. ]
  64. },
  65. "uniIdRouter": {},
  66. "easycom": {
  67. "autoscan": true,
  68. // customhttps://ask.dcloud.net.cn/question/131175
  69. "custom": {
  70. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  71. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  72. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
  73. }
  74. }
  75. }