From 7fe91c7dccbc65c0fd975fa0a6f4100db66f84f8 Mon Sep 17 00:00:00 2001 From: XieYongHong <18010623010@163.com> Date: Sat, 7 Oct 2023 17:21:48 +0800 Subject: [PATCH] fix: bug#18886 --- src/views/iframe/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/iframe/index.vue b/src/views/iframe/index.vue index ad644363..756fe84d 100644 --- a/src/views/iframe/index.vue +++ b/src/views/iframe/index.vue @@ -51,8 +51,8 @@ const handle = async (appId: string, url: string) => { const lowCode = () => { lowCodeUrl().then(res => { if (res.success && res.result) { - // const url = res.result['ui-addr'] - const url = 'http://localhost:8080' + const url = res.result['ui-addr'] + // const url = 'http://localhost:8080' iframeUrl.value = url + '/#' + route.path + '?&token=' + getToken() console.log(iframeUrl.value) loading.value = true