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' });