2
0

fix: 登录接口参数变更

This commit is contained in:
TsMask
2024-11-27 15:37:03 +08:00
parent 074f9282dd
commit b82f71b763
6 changed files with 7 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ export default defineConfig(configEnv => {
server: {
host: '0.0.0.0',
port: 9527,
open: true,
open: false,
proxy: createViteProxy(viteEnv, configEnv.command === 'serve'),
fs: {
cachedChecks: false