From d551fabb2a437effad7dff87fa7ab0e524c97b57 Mon Sep 17 00:00:00 2001 From: du <13220750630.163.com> Date: 星期一, 31 三月 2025 15:34:58 +0800 Subject: [PATCH] 上传格式 --- easegen-front/src/components/AppLinkInput/AppLinkSelectDialog.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/easegen-front/src/components/AppLinkInput/AppLinkSelectDialog.vue b/easegen-front/src/components/AppLinkInput/AppLinkSelectDialog.vue index 63f1966..cae8bfc 100644 --- a/easegen-front/src/components/AppLinkInput/AppLinkSelectDialog.vue +++ b/easegen-front/src/components/AppLinkInput/AppLinkSelectDialog.vue @@ -111,7 +111,7 @@ detailSelectDialog.value.type = appLink.type // 杩旀樉 detailSelectDialog.value.id = - getUrlNumberValue('id', 'http://127.0.0.1' + activeAppLink.value.path) || undefined + getUrlNumberValue('id', 'http://192.168.3.159' + activeAppLink.value.path) || undefined break default: break @@ -193,7 +193,7 @@ }) // 澶勭悊璇︽儏閫夋嫨 const handleProductCategorySelected = (id: number) => { - const url = new URL(activeAppLink.value.path, 'http://127.0.0.1') + const url = new URL(activeAppLink.value.path, 'http://192.168.3.159') // 淇敼 id 鍙傛暟 url.searchParams.set('id', `${id}`) // 鎺掗櫎鍩熷悕 -- Gitblit v1.9.3