Commit f500487c by xue_wengang

案件特点研判地址修改

parent e1258e9a
...@@ -386,10 +386,8 @@ export default { ...@@ -386,10 +386,8 @@ export default {
console.log(path) console.log(path)
window.open(path, '_blank') window.open(path, '_blank')
} else if (this.pages == 'queryTdyp') { } else if (this.pages == 'queryTdyp') {
let idcard = encry.Encrypt( let token = sessionStorage.getItem("hdfxToken")
JSON.parse(sessionStorage.getItem('userInfo')).userName let path = `${base.alyIP16}/#/jump?token=${token}&path=/ajbzDetail&asjbh=${this.form.asjbh}`
)
let path = `${base.alyIP16}/#/jump?identitycard=${idcard}&path=/ajbzDetail&asjbh=${this.form.asjbh}`
window.open(path, '_blank') window.open(path, '_blank')
} else if (this.pages == 'querySdtdyp') { } else if (this.pages == 'querySdtdyp') {
// let path = `http://39.99.155.173:9003/#/ajbzDetail?asjbh=${this.form.asjbh}`; // let path = `http://39.99.155.173:9003/#/ajbzDetail?asjbh=${this.form.asjbh}`;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment