feat: 登录补充验证码

This commit is contained in:
xuziqiang
2024-06-17 16:59:30 +08:00
parent 91dd7a7d0c
commit 09fa01122c
14 changed files with 238 additions and 41 deletions

View File

@@ -0,0 +1,4 @@
import verify from './verify.vue';
import { withInstall } from '/nerv-lib/util';
export const NsVerify = withInstall(verify);