fix(web ui):support relative paths

pull/2347/head
辗转反侧的咸鱼 2 years ago committed by hengyunabc
parent 92967f2485
commit 0bc3635b26

@ -69,7 +69,7 @@ export default defineConfig(({ mode }) => {
define: {
"__VUE_OPTIONS_API__": false,
},
base: "/",
base: "./",
publicDir: path.resolve(__dirname, "all/share/public"),
root,
server: {

Loading…
Cancel
Save