mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-20 09:55:53 +08:00
添加注释,删除无用代码
This commit is contained in:
@@ -47,14 +47,14 @@ export default {
|
||||
}
|
||||
};
|
||||
return {
|
||||
savePassLoading: false,
|
||||
editPasswordForm: {
|
||||
savePassLoading: false, // 保存加载状态
|
||||
editPasswordForm: { // 编辑密码表单
|
||||
oldPassword: "",
|
||||
newPassword: "",
|
||||
rePassword: "",
|
||||
},
|
||||
strength: "",
|
||||
passwordValidate: {
|
||||
strength: "", // 密码强度
|
||||
passwordValidate: { // 验证规则
|
||||
oldPassword: [
|
||||
{
|
||||
required: true,
|
||||
|
||||
Reference in New Issue
Block a user