Commit 1c0b55de by xue_wengang

多维查询

parent 6a7c506e
......@@ -123,6 +123,16 @@ export default {
isShow: true,
disabled: true,
auth: 'SHCEA0105'
},
{
id: 'dwcx',
label: '多维查询',
index: '8',
className: 'iconfont iconliandong',
hidden: true,
isShow: true,
disabled: true,
auth: 'SHCEA0105'
}
],
......
......@@ -480,7 +480,11 @@ export default {
// debugger
// this.ajList = []
// }
debugger
if(id == 'dwcx'){
window.open(`http://26.3.13.120:8051/#/jccxIndex`, '_blank')
return;
}
console.log(123);
window.sessionStorage.setItem('navIndex', key)
window.sessionStorage.setItem('currentName', name)
window.sessionStorage.setItem('subNavIndex', index)
......
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