mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
feat: 登录
This commit is contained in:
parent
833e966190
commit
123a4b29b8
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<login-layout>
|
||||
<LoginContainer>
|
||||
<LoginContainer subTitle="欢迎使用 MaxKB 管理平台">
|
||||
<h4 class="mb-24">忘记密码</h4>
|
||||
<el-form
|
||||
class="register-form"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<login-layout>
|
||||
<LoginContainer>
|
||||
<LoginContainer subTitle="欢迎使用 MaxKB 管理平台">
|
||||
<h4 class="mb-24">用户注册</h4>
|
||||
<el-form class="register-form" :model="registerForm" :rules="rules" ref="registerFormRef">
|
||||
<el-form-item prop="username">
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<login-layout>
|
||||
<LoginContainer>
|
||||
<LoginContainer subTitle="欢迎使用 MaxKB 管理平台">
|
||||
<h4 class="mb-24">修改密码</h4>
|
||||
<el-form
|
||||
class="reset-password-form"
|
||||
|
|
|
|||
Loading…
Reference in New Issue