From cbae94f4126d79924c76efdfe17e19adf6d1c9c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=98=B1=E8=BE=BE?= Date: Fri, 25 Jul 2025 10:28:31 +0800 Subject: [PATCH] =?UTF-8?q?refactor(applicationManagement):=20=E9=87=8D?= =?UTF-8?q?=E6=9E=84=20employRecord=20=E7=BB=84=E4=BB=B6=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=20iframe=20=E5=8A=A0=E8=BD=BD=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 detailUrl 的设置逻辑从模拟 URL 改为根据路由参数动态生成 - 引入环境变量 VUE_APP_ADMIN,拆分出 IP 和端口信息 - 更新 iframe src 属性,使用新的动态生成的 URL --- .../employRecord/detail.vue | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/views/applicationManagement/employRecord/detail.vue b/src/views/applicationManagement/employRecord/detail.vue index 5fb6f84..83aa6a4 100644 --- a/src/views/applicationManagement/employRecord/detail.vue +++ b/src/views/applicationManagement/employRecord/detail.vue @@ -10,11 +10,7 @@