fix: fix static resource loading failure after modifying admin_path_prefix

#63
This commit is contained in:
Li4n0
2023-03-24 22:50:27 +08:00
parent b33de11ba8
commit b76757da33
5 changed files with 9 additions and 9 deletions
+1 -4
View File
@@ -11,14 +11,11 @@ module.exports = {
proxy: {
'/api': {
target: 'http://localhost:10000',
pathRewrite: {
'^/api': '/revsuit/api'
}
}
},
},
productionSourceMap: false,
runtimeCompiler: true,
filenameHashing: false,
publicPath: '/revsuit/admin/',
publicPath: '',
}