From eddfea0731ebe190bd4ee4e2b168877868655d03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=A8=9C?= Date: Tue, 18 Feb 2025 15:12:56 +0800 Subject: [PATCH] =?UTF-8?q?src=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dialogue/dialogueView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/dialogue/dialogueView.vue b/src/views/dialogue/dialogueView.vue index a644d39..b5b89b7 100644 --- a/src/views/dialogue/dialogueView.vue +++ b/src/views/dialogue/dialogueView.vue @@ -184,8 +184,8 @@ onMounted(() => { console.log('onMounted',window.location.host); const iframe = document.getElementById('my-iframe'); console.log('iframe',`${window.location.origin}/witchaind`); - // iframe.src = `${window.location.origin}/witchaind`; - iframe.src = `http://localhost:3002`; + iframe.src = `${window.location.origin}/witchaind`; + // iframe.src = `http://localhost:3002`; }); watch( -- Gitee