调换首页应用资源位置
This commit is contained in:
parent
4281bc5156
commit
2a2eb0fbc3
|
@ -161,13 +161,13 @@
|
|||
const store = useStore()
|
||||
const router = useRouter()
|
||||
const topList = ref([
|
||||
'组件服务',
|
||||
'应用资源',
|
||||
'组件服务',
|
||||
'基础设施',
|
||||
'数据资源',
|
||||
'知识库',
|
||||
])
|
||||
const select = ref(whoShow.itShowQingDao ? '' : '组件服务')
|
||||
const select = ref(whoShow.itShowQingDao ? '' : '应用资源')
|
||||
let applicationDataList = ref([])
|
||||
let technosphereDataList = ref([])
|
||||
const fabubumen = ref([
|
||||
|
@ -283,14 +283,14 @@
|
|||
}
|
||||
const mohuchaxun = ref('组件服务')
|
||||
function onSearch() {
|
||||
// if (text.value) {
|
||||
snum.value.str = text.value
|
||||
console.log('===================>', text.value)
|
||||
store.commit('home/selectCardsData', snum.value)
|
||||
router.push({
|
||||
path: '/DetailsPageconetent',
|
||||
query: snum.value,
|
||||
})
|
||||
// if (text.value) {
|
||||
snum.value.str = text.value
|
||||
console.log('===================>', text.value)
|
||||
store.commit('home/selectCardsData', snum.value)
|
||||
router.push({
|
||||
path: '/DetailsPageconetent',
|
||||
query: snum.value,
|
||||
})
|
||||
// } else {
|
||||
// message.warning('请输入查询内容!')
|
||||
// }
|
||||
|
|
Loading…
Reference in New Issue