【功能优化】修改 h5 的 base 是 /,解决 https://gitee.com/yudaocode/yudao-mall-uniapp/issues/IATB5V 静态资源访问的问题

pull/106/head
YunaiV 2024-09-29 09:22:29 +08:00
parent 4a0ea9b43c
commit 2e572639b0
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@
"template": "index.html",
"router": {
"mode": "history",
"base": "./"
"base": "/"
},
"sdkConfigs": {
"maps": {}