feat(系统管理): 扫码登录页面校验

This commit is contained in:
guoyuqi 2024-09-09 10:38:40 +08:00 committed by Craftsman
parent 2a837d6342
commit cea04d63e1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module.exports = defineConfig({
publicPath: "/", publicPath: "/",
productionSourceMap: false, productionSourceMap: false,
devServer: { devServer: {
port: 5244, port: 3000,
client: { client: {
webSocketTransport: "sockjs", webSocketTransport: "sockjs",
overlay: false, overlay: false,