From 596b91470dd6a0c8a95f784ec4cda6d35161d37c Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 06 五月 2025 11:26:07 +0800
Subject: [PATCH] 最新版本541200007

---
 admin/src/views/index.vue |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/admin/src/views/index.vue b/admin/src/views/index.vue
index f1d8dd4..623c258 100644
--- a/admin/src/views/index.vue
+++ b/admin/src/views/index.vue
@@ -240,7 +240,8 @@
         { name: '璁垮鎶ュ', path: '', url: require('@/assets/icons/home_func1.png'), path: '/business/reportRecord' },
         { name: '闅愭偅闅忔墜鎷�', path: '', url: require('@/assets/icons/home_func2.png'), path: '/operation/danger/record' },
         { name: '棰勭害浼氳瀹�', path: '', url: require('@/assets/icons/home_func3.png'), path: '/meeting/bookings' },
-        { name: '鑰冨嫟宸ヤ綔鍙�', path: '', url: require('@/assets/icons/home_func4.png') }
+        { name: '鑰冨嫟宸ヤ綔鍙�', path: '', url: require('@/assets/icons/home_func4.png') },
+        { name: '椋熷爞娑堣垂鍏ュ彛', path: '', url: require('@/assets/icons/8.png') }
       ],
       isShowDetail: false,
       isShowReport: false,
@@ -273,7 +274,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 +334,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)
@@ -345,6 +351,11 @@
           window.open(res, '_blank')
         })
       }
+      if (item.name == '椋熷爞娑堣垂鍏ュ彛') {
+        getAppHeaderNav(6).then(res => {
+          window.open(res, '_blank')
+        })
+      }
       this.$router.push(item.path)
     },
     updateDate () {

--
Gitblit v1.9.3