艺易修小程序24.08.21
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.

30 lines
536 B

11 months ago
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^uv-(.*)": "@/uni_modules/uv-$1/components/uv-$1/uv-$1.vue"
  6. }
  7. },
  8. "pages": [
  9. {
  10. "path": "pages/index/index",
  11. "style": {
  12. "navigationBarTitleText": "unapp模板"
  13. }
  14. },
  15. {
  16. "path" : "pages/map/map",
  17. "style" :
  18. {
  19. "navigationBarTitleText" : ""
  20. }
  21. }
  22. ],
  23. "globalStyle": {
  24. "navigationBarTextStyle": "black",
  25. "navigationBarTitleText": "unapp模板",
  26. "navigationBarBackgroundColor": "#F8F8F8",
  27. "backgroundColor": "#F8F8F8"
  28. },
  29. "uniIdRouter": {}
  30. }