feat: 登录
This commit is contained in:
parent
833e966190
commit
123a4b29b8
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<login-layout>
|
<login-layout>
|
||||||
<LoginContainer>
|
<LoginContainer subTitle="欢迎使用 MaxKB 管理平台">
|
||||||
<h4 class="mb-24">忘记密码</h4>
|
<h4 class="mb-24">忘记密码</h4>
|
||||||
<el-form
|
<el-form
|
||||||
class="register-form"
|
class="register-form"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<login-layout>
|
<login-layout>
|
||||||
<LoginContainer>
|
<LoginContainer subTitle="欢迎使用 MaxKB 管理平台">
|
||||||
<h4 class="mb-24">用户注册</h4>
|
<h4 class="mb-24">用户注册</h4>
|
||||||
<el-form class="register-form" :model="registerForm" :rules="rules" ref="registerFormRef">
|
<el-form class="register-form" :model="registerForm" :rules="rules" ref="registerFormRef">
|
||||||
<el-form-item prop="username">
|
<el-form-item prop="username">
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<login-layout>
|
<login-layout>
|
||||||
<LoginContainer>
|
<LoginContainer subTitle="欢迎使用 MaxKB 管理平台">
|
||||||
<h4 class="mb-24">修改密码</h4>
|
<h4 class="mb-24">修改密码</h4>
|
||||||
<el-form
|
<el-form
|
||||||
class="reset-password-form"
|
class="reset-password-form"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user