mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-28 21:33:52 +08:00
fix: 修复webUI刷新跳转登录页面的问题
This commit is contained in:
@@ -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: '/'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user