调换首页应用资源位置
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([
|
||||||
|
|
Loading…
Reference in New Issue