BUG修改
This commit is contained in:
parent
2218e034bd
commit
4087d54c40
|
@ -2,7 +2,7 @@
|
|||
* @Author: hisense.liangjunhua
|
||||
* @Date: 2022-06-08 16:06:10
|
||||
* @LastEditors: hisense.liangjunhua
|
||||
* @LastEditTime: 2022-06-15 18:26:36
|
||||
* @LastEditTime: 2022-06-15 20:44:47
|
||||
* @Description: 关联组件
|
||||
-->
|
||||
<template>
|
||||
|
@ -32,6 +32,7 @@
|
|||
})
|
||||
const flag = ref(true)
|
||||
const goToView = (url) => {
|
||||
console.log(url)
|
||||
if (url) {
|
||||
console.log(url)
|
||||
window.open(url, '_blank')
|
||||
|
@ -79,6 +80,7 @@
|
|||
data.value.push({
|
||||
title: item.name,
|
||||
text: item.desc,
|
||||
url: item.url,
|
||||
icon: 'icon1',
|
||||
id: index,
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue