Commit a2c0d4f3 by yuwen

Merge branch 'yuwen' into '1a86cad6'

Yuwen

See merge request !3
parents eaea9313 95017129
<template>
<div class="grow"></div>
</template>
<script>
export default {
}
</script>
<style lang="less" scoped>
.grow{
width: 1920px;
height: 1080px;
background: url('../../static/images/sixthForm/grow.png') no-repeat center;
margin: 0 auto;
}
</style>
......@@ -4,7 +4,10 @@ import Index from '@/pages/index.vue'
import class3 from '@/pages/class3.vue'
// 三年级菊宝个人
import student from '@/pages/class3-student.vue'
// 六年级菊园学子
import sixthForm from '@/pages/sixthFormStudent.vue'
// 六年级菊园个人
import growth from '@/pages/growth.vue'
export default [
{
path: '/',
......@@ -21,5 +24,13 @@ export default [
{
path: '/student',
component: student
},
{
path: '/sixthForm',
component: sixthForm
},
{
path: '/growth',
component: growth
}
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment