mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 10:33:50 +08:00
删除appConfigSrc多余符号 (#2813)
This commit is contained in:
parent
c118e83a2b
commit
7e0456cc6c
@ -37,7 +37,7 @@ async function createAppConfigPlugin({
|
|||||||
|
|
||||||
const appConfigSrc = `${
|
const appConfigSrc = `${
|
||||||
publicPath || '/'
|
publicPath || '/'
|
||||||
}${GLOBAL_CONFIG_FILE_NAME}?v=${version}-${createContentHash(source)}}`;
|
}${GLOBAL_CONFIG_FILE_NAME}?v=${version}-${createContentHash(source)}`;
|
||||||
|
|
||||||
return {
|
return {
|
||||||
html,
|
html,
|
||||||
|
Loading…
Reference in New Issue
Block a user