This commit is contained in:
asd
2020-09-27 16:29:53 +08:00
parent 3938d40a8a
commit 6575f0f4c0
10 changed files with 601 additions and 34 deletions

View File

@@ -37,7 +37,12 @@ const routes: Array<RouteRecordRaw> = [
path: '/login',
name: 'Login',
component:Login
}
},
{
path: '/sign',
name: 'Sign',
component: () => import('../views/login/Sign.vue')
},
]
const router = createRouter({