修改产值

This commit is contained in:
Teo
2025-08-22 15:11:31 +08:00
parent 65f4191211
commit d93b0d71a9
8 changed files with 422 additions and 357 deletions

View File

@ -48,7 +48,7 @@ export default defineConfig(({ mode, command }: ConfigEnv): UserConfig => {
ws: true,
rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')
},
'/auth': {
'/auth': {
target: env.VITE_APP_BASE_API,
changeOrigin: true,
ws: true,