From cc0d840070c24ceb20180a41f0323bdc0ee03347 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期一, 13 一月 2025 16:25:49 +0800 Subject: [PATCH] 最新版本541200007 --- admin/src/views/index.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/admin/src/views/index.vue b/admin/src/views/index.vue index f1d8dd4..85b9087 100644 --- a/admin/src/views/index.vue +++ b/admin/src/views/index.vue @@ -273,7 +273,10 @@ if (res == undefined || res == null) { return } - const myWindow = window.open(res) + console.log('鍗曠偣鐧诲綍鍦板潃------', res) + + const myWindow = top.window.open(res) + console.log('myWindow---', myWindow) setTimeout(() => { const params = { componentId: 'dfe', @@ -330,6 +333,8 @@ }, msgType: 'tlnc' } + const argus = JSON.parse(row.param5) + console.log('row.param5 Obj---', argus) // const argus = JSON.stringify(params) myWindow.postMessage('{"method":"goToApp","argument":' + row.param5 + '}', '*') }, 8000) -- Gitblit v1.9.3