From abd781989669e3bcffc2252b24af155f81445a6a Mon Sep 17 00:00:00 2001 From: wangdan Date: Thu, 16 Feb 2023 19:18:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E5=A4=8D=E9=BB=91=E8=89=B2?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/index.scss | 1 + frontend/vite.config.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index e3a0009b5..e6cd5ff73 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -1,5 +1,6 @@ @use 'fit2cloud-ui-plus/src/styles/index.scss' as *; @use './element.scss'; +@use './element-dark.scss'; @use './reset.scss'; diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index a44b9a548..6a6f37d03 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/', + target: 'http://localhost:9999/', // http://172.16.10.181:9999 changeOrigin: true, }, },