From 8b31a0f76877b74c2d9e64a93a473f2ee1681978 Mon Sep 17 00:00:00 2001 From: syruan <15555146157@163.com> Date: Tue, 16 Dec 2025 16:55:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9iframe=E4=B8=BA=E7=9B=B8?= =?UTF-8?q?=E5=AF=B9=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/iframe/MallIframe.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/iframe/MallIframe.vue b/src/views/iframe/MallIframe.vue index 0d6e7f61..69011415 100644 --- a/src/views/iframe/MallIframe.vue +++ b/src/views/iframe/MallIframe.vue @@ -16,7 +16,7 @@ export default { this.iframeSrc = process.env.NODE_ENV === 'production' - ? 'http://36.33.26.201:21999/iws/mall-view/home?redirect=equipList' + ? '/iws/mall-view/home?redirect=equipList' : 'http://localhost:8102/iws/mall-view/home?redirect=equipList' console.log('🚀 ~ this.iframeSrc:', this.iframeSrc) },