Commit e07bc3d92906a264a6adaa4ff8ed252dea5067f4
1 parent
3924803e
pref: DEFECT-1540 已经是账号登录界面了,此账号登录则可以不显示
Showing
1 changed file
with
3 additions
and
3 deletions
@@ -47,12 +47,12 @@ | @@ -47,12 +47,12 @@ | ||
47 | {{ t('sys.login.loginButton') }} | 47 | {{ t('sys.login.loginButton') }} |
48 | </Button> | 48 | </Button> |
49 | </FormItem> | 49 | </FormItem> |
50 | - <ARow class="enter-x flex justify-between"> | ||
51 | - <ACol :md="11" :xs="24"> | 50 | + <ARow class="enter-x flex justify-center"> |
51 | + <!-- <ACol :md="11" :xs="24"> | ||
52 | <Button block @click="setLoginState(LoginStateEnum.LOGIN)"> | 52 | <Button block @click="setLoginState(LoginStateEnum.LOGIN)"> |
53 | {{ t('sys.login.userNameInFormTitle') }} | 53 | {{ t('sys.login.userNameInFormTitle') }} |
54 | </Button> | 54 | </Button> |
55 | - </ACol> | 55 | + </ACol> --> |
56 | <ACol :md="11" :xs="24"> | 56 | <ACol :md="11" :xs="24"> |
57 | <Button block @click="setLoginState(LoginStateEnum.MOBILE)"> | 57 | <Button block @click="setLoginState(LoginStateEnum.MOBILE)"> |
58 | {{ t('sys.login.mobileSignInFormTitle') }} | 58 | {{ t('sys.login.mobileSignInFormTitle') }} |