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