From e577214924f801ebde3a0e628f640e0cab271b22 Mon Sep 17 00:00:00 2001 From: yuyi Date: Tue, 2 Apr 2024 15:17:07 +0800 Subject: [PATCH] fix(proxy): remove dev proxy config --- ui/config/config.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/ui/config/config.ts b/ui/config/config.ts index 498ef31ad..0156ffb17 100644 --- a/ui/config/config.ts +++ b/ui/config/config.ts @@ -17,12 +17,5 @@ export default defineConfig({ }, routes, history: { type: 'hash' }, - npmClient: 'yarn', - proxy: { - '/api': { - target: 'http://11.161.204.4:18083', - changeOrigin: true, - ws: true, - } - } + npmClient: 'yarn' });