diff --git a/front/src/views/home/infrastructurePage.vue b/front/src/views/home/infrastructurePage.vue index 766b2115..50ec24e5 100644 --- a/front/src/views/home/infrastructurePage.vue +++ b/front/src/views/home/infrastructurePage.vue @@ -5,15 +5,24 @@
资源申请
+需求申请
@@ -255,14 +259,24 @@ const toView = () => { window.open(newpage.href, '_blank') } - + // const toApply = () => { + // window.open(applypage.href, '_blank') + // } getList() - + // dataList.value.map((item, index) => { + // dataList.value[index].tupian = tupain.value[index] + // console.log('item', item, dataList.value) + // }) function jumpPage() { + // 点击内存入store + // store.commit('WorkDynList', { + // selectCardsnum: '组件服务', + // }) console.log( '选中===================>', store.getters['home/selectCardsnum'] ) + // router.push({ path: '/DetailsPageconetent' }) router.push({ path: '/WorkDynList', }) @@ -301,6 +315,15 @@ function handlecancelAbilitySquare() { abilitySquareFunctionData.value = '智能算法' } + const applyResource = () => { + console.log('点击===============》') + router.push({ + path: '/DetailsPageconetent', + query: { + select: "基础设施", + }, + }) + }