|  |  |  | 
|---|
|  |  |  | 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', | 
|---|
|  |  |  | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | 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) { | 
|---|