From f4bd6491263cf783c7bb9764127d5e95c2c0b0f5 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Tue, 14 Feb 2023 15:33:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E5=95=86=E5=BA=97=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/app-store/index.scss | 4 +--- frontend/src/views/app-store/installed/index.vue | 2 +- frontend/src/views/host/file-management/index.vue | 2 +- frontend/vite.config.ts | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/frontend/src/views/app-store/index.scss b/frontend/src/views/app-store/index.scss index 10b54b19e..7f30e0eeb 100644 --- a/frontend/src/views/app-store/index.scss +++ b/frontend/src/views/app-store/index.scss @@ -1,16 +1,14 @@ -.app-card { +.install-card { height: 140px; margin-top: 10px; cursor: pointer; padding: 10px; .icon { - // margin-top: 10px; margin-left: 20px; } .a-detail { - // margin-top: 10px; height: 100%; width: 100%; diff --git a/frontend/src/views/app-store/installed/index.vue b/frontend/src/views/app-store/installed/index.vue index c8102ace1..891f20e73 100644 --- a/frontend/src/views/app-store/installed/index.vue +++ b/frontend/src/views/app-store/installed/index.vue @@ -59,7 +59,7 @@ -
+
diff --git a/frontend/src/views/host/file-management/index.vue b/frontend/src/views/host/file-management/index.vue index f7a2518bd..3b6b22802 100644 --- a/frontend/src/views/host/file-management/index.vue +++ b/frontend/src/views/host/file-management/index.vue @@ -92,7 +92,7 @@ diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 12e0e622d..a44b9a548 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://172.16.10.181:9999/', + target: 'http://localhost:9999/', changeOrigin: true, }, },