From 20a57cc5ab28f12f6a29a1b09876c2cea2106647 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Mon, 17 Oct 2022 17:28:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B7=B2=E5=AE=89=E8=A3=85=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=A2=9E=E5=8A=A0=E5=AE=9A=E6=97=B6=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/app-store/installed/index.vue | 13 ++++++++++++- frontend/vite.config.ts | 6 +++--- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/frontend/src/views/app-store/installed/index.vue b/frontend/src/views/app-store/installed/index.vue index cbcafffa8..56a9348ea 100644 --- a/frontend/src/views/app-store/installed/index.vue +++ b/frontend/src/views/app-store/installed/index.vue @@ -32,6 +32,9 @@ {{ row.status }} + + + {{ row.status }} @@ -87,7 +90,7 @@ diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 42b4377b2..95af22971 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -39,9 +39,9 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => { // host: '0.0.0.0', // https: false, proxy: { - '/1panel': { - target: 'http://0.0.0.0:4004', - }, + // '/1panel': { + // target: 'http://0.0.0.0:4004', + // }, '/api/v1': { target: 'http://127.0.0.1:9999', changeOrigin: true,