ptut-vhost/webpack/routes/teacher.js

11 lines
167 B
JavaScript

export default{ 0: [
{
path: '/teacher/view/',
component: require('../component/teacher/view.vue').default
}, {
path: '*',
redirect: '/teacher/view/'
}
]}