11 lines
415 B
JavaScript
11 lines
415 B
JavaScript
|
|
// !!!这是一个示例,请根据实际情况修改!!!
|
||
|
|
// import Login from '../views/authentication/Login.vue'
|
||
|
|
// import Register from '../views/authentication/Register.vue'
|
||
|
|
// import Profile from '../views/authentication/Profile.vue'
|
||
|
|
|
||
|
|
export default [
|
||
|
|
// { path: '/login', component: Login },
|
||
|
|
// { path: '/register', component: Register },
|
||
|
|
// { path: '/profile', component: Profile }
|
||
|
|
]
|