fix: 修复webUI刷新跳转登录页面的问题

This commit is contained in:
TOM88812
2025-02-16 23:01:44 +08:00
parent 1598f6cd14
commit 68ab05b220
12 changed files with 288 additions and 299 deletions
+3 -2
View File
@@ -7,7 +7,7 @@ export default defineConfig({
server: {
open: true, // 自动启动浏览器
host: "0.0.0.0", // localhost
port: 8001, // 端口号
port: 8002, // 端口号
https: false,
hmr: {overlay: false},
proxy: {
@@ -16,5 +16,6 @@ export default defineConfig({
changeOrigin: true
}
}
}
},
base: '/'
})