LatteCode — auth
Explorer...
src / auth
V Login.vue
V Register.vue
V ForgotPwd.vue
VLogin
VRegister
VForgotPwd
V Login.vue
src / auth / Login.vue>template
1
// 验证用户身份凭据
2
constemail=
""
;
3
constpwd=
""
;
4
await auth.login(email, password);
// 快捷导航auth.register()
master*
0
0
UTF-8
{ } TypeScript
LatteCode
LatteCode