jiangping
2025-01-13 cc0d840070c24ceb20180a41f0323bdc0ee03347
admin/src/views/index.vue
@@ -1,5 +1,6 @@
<template>
  <div class="main_home">
    <!-- <div style="position: fixed;z-index: 99999"><video  style="height: 100px;width: 500px" src="rtsp://10.50.250.253:554/openUrl/K2y2vE4" controls></video></div> -->
    <div class="home_header">
      <div class="mb10 fs17">下午好,{{ userInfo.realname }}</div>
      <div class="fs13">
@@ -272,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',
@@ -329,9 +333,11 @@
            },
            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 + '}', '*')
        }, 3000)
        }, 8000)
      })
    },
    SubSuccess (str) {