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,