From dfa6b595681ba5eb7e89b665c2935dc6029fc551 Mon Sep 17 00:00:00 2001 From: wangdan Date: Fri, 17 Feb 2023 13:55:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/element.scss | 2 +- frontend/vite.config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/styles/element.scss b/frontend/src/styles/element.scss index ef996e895..05e481c4e 100644 --- a/frontend/src/styles/element.scss +++ b/frontend/src/styles/element.scss @@ -187,5 +187,5 @@ html { } .el-card { - border: none; + border: none !important; } diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 6a6f37d03..43c7eb5df 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -37,7 +37,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => { open: viteEnv.VITE_OPEN, proxy: { '/api/v1': { - target: 'http://localhost:9999/', // http://172.16.10.181:9999 + target: 'http://172.16.10.181:9999/', // http://172.16.10.181:9999 changeOrigin: true, }, },