log更换
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 8.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 64 KiB |
@@ -55,7 +55,7 @@ export default {
|
||||
|
||||
& .sidebar-logo {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: 85%;
|
||||
vertical-align: middle;
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
||||
@@ -217,7 +217,15 @@ export default {
|
||||
password: [{ required: true, trigger: "blur", message: "请录入密码" }],
|
||||
},
|
||||
loginPhoneRules: {
|
||||
phone: [{ required: true, trigger: "blur", message: "请输入手机号码" }],
|
||||
username: [{ required: true, trigger: "blur", message: "请输入手机号码" }],
|
||||
// username: [
|
||||
// { required: true, message: "手机号码不能为空", trigger: "blur" },
|
||||
// {
|
||||
// pattern: /^1[3|4|5|6|7|8|9][0-9]\d{8}$/,
|
||||
// message: "请输入正确的手机号码",
|
||||
// trigger: "blur",
|
||||
// },
|
||||
// ],
|
||||
password: [{ required: true, trigger: "blur", message: "请录入密码" }],
|
||||
},
|
||||
passwordType: "password",
|
||||
|
||||
Reference in New Issue
Block a user