feat 修改服务器地址

This commit is contained in:
Ironsp
2026-06-03 16:53:02 +08:00
parent 98c53dce04
commit 29cc052611

View File

@@ -24,7 +24,7 @@ export default defineConfig(({ mode, command }) => {
open: true,
proxy: {
[env.VITE_APP_BASE_API]: {
target: 'http://192.168.0.214:8089',
target: 'http://47.104.208.94:8089',
changeOrigin: true,
ws: true,
rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')