能力统计 移到首页
This commit is contained in:
parent
79fecefa96
commit
92ae5c3088
|
@ -1,3 +1,10 @@
|
|||
<!--
|
||||
* @Author: hisense.liangjunhua
|
||||
* @Date: 2022-06-23 16:41:49
|
||||
* @LastEditors: hisense.liangjunhua
|
||||
* @LastEditTime: 2022-07-04 17:53:27
|
||||
* @Description: 告诉大家这是什么
|
||||
-->
|
||||
<template>
|
||||
<div class="newHome">
|
||||
<new-home-header></new-home-header>
|
||||
|
@ -6,6 +13,7 @@
|
|||
<capability-convergence></capability-convergence>
|
||||
<popular-ability></popular-ability>
|
||||
<latest-capabilities></latest-capabilities>
|
||||
<resource-aggregation></resource-aggregation>
|
||||
<recommendation-ability></recommendation-ability>
|
||||
<work-dynamics></work-dynamics>
|
||||
<home-footer></home-footer>
|
||||
|
@ -18,6 +26,7 @@
|
|||
import CapabilityConvergence from '@/views/newHome/components/CapabilityConvergence'
|
||||
import PopularAbility from '@/views/newHome/components/PopularAbility'
|
||||
import LatestCapabilities from '@/views/newHome/components/LatestCapabilities'
|
||||
import ResourceAggregation from '@/views/abilityStatistics/components/ResourceAggregation.vue'
|
||||
import RecommendationAbility from '@/views/newHome/components/RecommendationAbility'
|
||||
import WorkDynamics from '@/views/newHome/components/WorkDynamics'
|
||||
import HomeFooter from '@/views/newHome/components/Footer'
|
||||
|
@ -37,4 +46,7 @@
|
|||
font-family: num-typeface;
|
||||
}
|
||||
}
|
||||
.resource-aggregation {
|
||||
background: #fff;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue