Showing
4 changed files
with
4 additions
and
4 deletions
| 1 | <template> | 1 | <template> |
| 2 | <div class="login-form-wrapper"> | 2 | <div class="login-form-wrapper"> |
| 3 | <slot name="title"> | 3 | <slot name="title"> |
| 4 | - <div class="login-form-title">欢迎使用{{ title }}</div> | 4 | + <div class="login-form-title">欢迎使用{{ title }}管理</div> |
| 5 | <div class="login-form-sub-title">{{ title }}管理系统</div> | 5 | <div class="login-form-sub-title">{{ title }}管理系统</div> |
| 6 | </slot> | 6 | </slot> |
| 7 | <slot name="error-msg"> | 7 | <slot name="error-msg"> |
| 1 | <template> | 1 | <template> |
| 2 | <a-row class="login-container"> | 2 | <a-row class="login-container"> |
| 3 | <a-col :span="14" class="login-logo"> | 3 | <a-col :span="14" class="login-logo"> |
| 4 | - <img alt="logo" src="@/assets/login-logo.png"/> | 4 | + <!-- <img alt="logo" src="@/assets/login-logo.png"/> --> |
| 5 | </a-col> | 5 | </a-col> |
| 6 | <a-col :span="10" class="login-form"> | 6 | <a-col :span="10" class="login-form"> |
| 7 | <LoginForm/> | 7 | <LoginForm/> |
| 1 | <template> | 1 | <template> |
| 2 | <a-row class="login-container"> | 2 | <a-row class="login-container"> |
| 3 | <a-col :span="14" class="login-logo"> | 3 | <a-col :span="14" class="login-logo"> |
| 4 | - <img alt="logo" src="@/assets/login-logo.png"/> | 4 | + <!-- <img alt="logo" src="@/assets/login-logo.png"/> --> |
| 5 | </a-col> | 5 | </a-col> |
| 6 | <a-col :span="10" class="login-form"> | 6 | <a-col :span="10" class="login-form"> |
| 7 | <LoginForm> | 7 | <LoginForm> |