From 0c31fcc8a302383abef6103b0fc267c7819390b8 Mon Sep 17 00:00:00 2001
From: CityFun <31820853+zhengkunwang223@users.noreply.github.com>
Date: Tue, 17 Jun 2025 16:36:53 +0800
Subject: [PATCH] fix: fix issue with local app can not open port (#9145)
---
frontend/src/views/app-store/installed/index.vue | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/frontend/src/views/app-store/installed/index.vue b/frontend/src/views/app-store/installed/index.vue
index 22f959e3d..a36a830e0 100644
--- a/frontend/src/views/app-store/installed/index.vue
+++ b/frontend/src/views/app-store/installed/index.vue
@@ -237,17 +237,20 @@
plain
size="small"
>
- {{ $t('app.busPort') }}{{ $t('commons.colon')
+ {{ $t('commons.table.port') }}{{ $t('commons.colon')
}}{{ installed.httpPort }}
- {{ $t('app.busPort') }}:{{ installed.httpsPort }}
+ {{ $t('commons.table.port') }}:{{ installed.httpsPort }}