能力广场

This commit is contained in:
a0049873 2022-08-10 14:55:56 +08:00
parent 6e2d146ca8
commit b99ec35e90
1 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-08-09 09:31:25
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-08-09 18:25:06
* @LastEditTime: 2022-08-10 14:29:05
* @Description: 应用资源
-->
<template>
@ -50,12 +50,13 @@
const selectFlag = ref(false)
let dom = null
const goToView = (id) => {
router.push({
const newpage = router.resolve({
path: '/details',
query: {
id: id,
},
})
window.open(newpage.href, '_blank')
}
const getList = (str) => {
if (str) {