fix 修改部署环境

This commit is contained in:
Ironsp
2026-08-12 11:49:51 +08:00
parent 7f195f3fc1
commit e19a9df909
4 changed files with 7 additions and 3 deletions

View File

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