Commit c340e0b3 by dupengfei

全国资源改为 跳转内蒙刑专

parent 3eb3d1c1
...@@ -1440,12 +1440,12 @@ export default { ...@@ -1440,12 +1440,12 @@ export default {
names: '我的报告' names: '我的报告'
}, },
{ {
title: '全国资源', title: '内蒙刑专',
path: '/reportRegistration', path: '/reportRegistration',
url: require('../../assets/img/Login/qgzy.png'), url: require('../../assets/img/Login/qgzy.png'),
id: 10, id: 10,
auth: 'SHCED01', auth: 'SHCED01',
disabled: true disabled: false
}, },
{ {
title: '研判平台', title: '研判平台',
...@@ -1811,6 +1811,7 @@ export default { ...@@ -1811,6 +1811,7 @@ export default {
this.ajzdhylyListCopy = this.ajzdhylyList this.ajzdhylyListCopy = this.ajzdhylyList
this.openUrlNTP() this.openUrlNTP()
this.openUrlNTP2() this.openUrlNTP2()
this.openUrlXzxt()
}, },
mounted () { mounted () {
let userInfo = JSON.parse(window.localStorage.getItem('user')) || '' let userInfo = JSON.parse(window.localStorage.getItem('user')) || ''
...@@ -4157,7 +4158,9 @@ export default { ...@@ -4157,7 +4158,9 @@ export default {
} else if (item.id == '8') { } else if (item.id == '8') {
this.getMiyList() this.getMiyList()
} else if (item.id == '10') { } else if (item.id == '10') {
window.open(`http://10.100.17.122/qgfwzycx/bjzycx.jsp`, '_blank') window.open(`http://zhyy.xzxt.nm:8080/toHomePage`, '_blank')
//window.open(`http://10.100.17.122/qgfwzycx/bjzycx.jsp`, '_blank')
} else { } else {
this.$router.pushToTab({ path: item.path }) this.$router.pushToTab({ path: item.path })
} }
...@@ -4177,6 +4180,19 @@ export default { ...@@ -4177,6 +4180,19 @@ export default {
error: function () { } error: function () { }
}) })
}, },
openUrlXzxt(){
let url = `http://zhyy.xzxt.nm:8888/loginByZjhm`
$.ajax({
url: url,
data: { zjhm: this.userInfo.identitycard },
type: 'post',
dataType: 'json',
xhrFields: { withCredentials: true },
crossDomain: true,
success: function () { },
error: function () { }
})
},
/*智侦导图*/ /*智侦导图*/
openUrlNTP2 () { openUrlNTP2 () {
var url = 'http://26.3.13.120:8501/loginByZjhm' var url = 'http://26.3.13.120:8501/loginByZjhm'
......
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