| | |
| | | import keXieXiangMu from './components/page/keXieXiangMu.vue' |
| | | import xueShuJiaoLiu from './components/page/xueShuJiaoLiu.vue' |
| | | import banShiZhiNan from './components/page/banShiZhiNan.vue' |
| | | import kePu from './components/page/kePu.vue' |
| | | import kePuFengCai from './components/page/kePuFengCai.vue' |
| | | import xueXiaoShouYe from './components/page/xueXiaoShouYe.vue' |
| | | import telephone from './components/page/telephone.vue' |
| | | import schoolMessage from './views/homePage/schoolMessage' |
| | |
| | | |
| | | const router = new Router({ |
| | | routes: [ |
| | | { path: '/', redirect: '/login' }, |
| | | { path: '/', redirect: '/home' }, |
| | | { path: '/login', component: Login }, |
| | | { |
| | | path: '/home', |
| | |
| | | component:banShiZhiNan |
| | | }, |
| | | { |
| | | path:'kePu', |
| | | name:'kePu', |
| | | component:kePu |
| | | path:'kePuFengCai', |
| | | name:'kePuFengCai', |
| | | component:kePuFengCai |
| | | }, |
| | | { |
| | | path:'xueXiaoShouYe', |