【功能优化】修改 h5 的 base 是 /,解决 https://gitee.com/yudaocode/yudao-mall-uniapp/issues/IATB5V 静态资源访问的问题
parent
4a0ea9b43c
commit
2e572639b0
|
@ -218,7 +218,7 @@
|
||||||
"template": "index.html",
|
"template": "index.html",
|
||||||
"router": {
|
"router": {
|
||||||
"mode": "history",
|
"mode": "history",
|
||||||
"base": "./"
|
"base": "/"
|
||||||
},
|
},
|
||||||
"sdkConfigs": {
|
"sdkConfigs": {
|
||||||
"maps": {}
|
"maps": {}
|
||||||
|
|
Loading…
Reference in New Issue