Compare commits
2 Commits
fd2fa09fd9
...
e1005536bb
Author | SHA1 | Date |
---|---|---|
wuhongjian | e1005536bb | |
wuhongjian | 2c526aeb52 |
|
@ -515,6 +515,7 @@
|
|||
console.log('or use this.value', searchValue.value)
|
||||
}
|
||||
function toView(type, item) {
|
||||
debugger
|
||||
if (props.selectCardsname == '数据资源') {
|
||||
if (whoShow1.itShowQingDao) {
|
||||
window.open(
|
||||
|
@ -522,7 +523,9 @@
|
|||
item.guid
|
||||
)
|
||||
} else {
|
||||
window.open('http://10.134.135.24:30090/#/home')
|
||||
window.open(
|
||||
'http://10.134.135.24:30090/#/home?id=' + item.serviceId
|
||||
)
|
||||
}
|
||||
} else if (props.selectCardsname === '融合服务') {
|
||||
router.push({
|
||||
|
|
Loading…
Reference in New Issue