clay commit : index init
This commit is contained in:
15
src/views/index/components/academy_and_sciences.vue
Normal file
15
src/views/index/components/academy_and_sciences.vue
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
科学 学术
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: "academy_and_sciences"
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
|
||||||
|
</style>
|
||||||
15
src/views/index/components/announcements.vue
Normal file
15
src/views/index/components/announcements.vue
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
通知公告
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: "announcements"
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
|
||||||
|
</style>
|
||||||
15
src/views/index/components/carousel.vue
Normal file
15
src/views/index/components/carousel.vue
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<template>
|
||||||
|
<div style="width: 1000px; height: 1000px; background-color:red; font-size: 100px; color: white">
|
||||||
|
轮播
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: "shuffling"
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
|
||||||
|
</style>
|
||||||
13
src/views/index/components/undergraduate_and_graduate.vue
Normal file
13
src/views/index/components/undergraduate_and_graduate.vue
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<template>
|
||||||
|
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: "undergraduate_and_graduate"
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
|
||||||
|
</style>
|
||||||
@@ -1,5 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
|
<el-row>
|
||||||
|
<el-col>
|
||||||
|
<Carousel/>
|
||||||
|
</el-col>
|
||||||
|
</el-row>
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col class="interval">
|
<el-col class="interval">
|
||||||
<NewsCenter/>
|
<NewsCenter/>
|
||||||
@@ -30,6 +35,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import NewsCenter from './components/news_center'
|
import NewsCenter from './components/news_center'
|
||||||
|
import Carousel from './components/carousel'
|
||||||
import PartyBuildingActivities from './components/party_building_activities.vue'
|
import PartyBuildingActivities from './components/party_building_activities.vue'
|
||||||
import ResearchTrends from './components/scientific_research_trends.vue'
|
import ResearchTrends from './components/scientific_research_trends.vue'
|
||||||
import SlideshowCard from './components/slideshow_card.vue'
|
import SlideshowCard from './components/slideshow_card.vue'
|
||||||
@@ -46,7 +52,8 @@ export default {
|
|||||||
ResearchTrends,
|
ResearchTrends,
|
||||||
SlideshowCard,
|
SlideshowCard,
|
||||||
TeachingStudent,
|
TeachingStudent,
|
||||||
Bottom
|
Bottom,
|
||||||
|
Carousel
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user