能力广场

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