mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 登录页面实现
This commit is contained in:
7
src/views/system/login/components/index.ts
Normal file
7
src/views/system/login/components/index.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import PwdLogin from './PwdLogin/index.vue';
|
||||
import CodeLogin from './CodeLogin/index.vue';
|
||||
import Register from './Register/index.vue';
|
||||
import ResetPwd from './ResetPwd/index.vue';
|
||||
import BindWechat from './BindWechat/index.vue';
|
||||
|
||||
export { PwdLogin, CodeLogin, Register, ResetPwd, BindWechat };
|
Reference in New Issue
Block a user