chore: 更新依赖包

This commit is contained in:
TsMask
2023-12-07 20:16:04 +08:00
parent 3fa2cffc82
commit 5a761ece4e
3 changed files with 18 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ export default defineConfig(({ mode }) => {
// https://cn.vitejs.dev/config/#server-proxy
[env.VITE_API_BASE_URL]: {
// target: 'http://192.168.2.166:3030',
target: 'http://192.168.2.114:3040',
target: 'http://192.168.5.58:3040',
changeOrigin: true,
rewrite: p => p.replace(env.VITE_API_BASE_URL, ''),
},