Merge branch 'master' of https://gitee.com/y_project/RuoYi-Vue
Conflicts:
ruoyi-ui/src/views/system/user/index.vue
ruoyi/src/main/java/com/ruoyi/project/system/domain/SysUser.java
| | |
| | | { required: true, message: "用户密码不能为空", trigger: "blur" } |
| | | ], |
| | | email: [ |
| | | { required: true, message: "邮箱地址不能为空", trigger: "blur" }, |
| | | { |
| | | type: "email", |
| | | message: "'请输入正确的邮箱地址", |
| | |
| | | } |
| | | ], |
| | | phonenumber: [ |
| | | { required: true, message: "手机号码不能为空", trigger: "blur" }, |
| | | { |
| | | pattern: /^1[3|4|5|6|7|8|9][0-9]\d{8}$/, |
| | | message: "请输入正确的手机号码", |
| | |
| | | this.sexOptions = response.data; |
| | | }); |
| | | this.getConfigKey("sys.user.initPassword").then(response => { |
| | | this.initPassword = response.data; |
| | | this.initPassword = response.msg; |
| | | }); |
| | | }, |
| | | methods: { |
| | |
| | | } |
| | | } |
| | | }; |
| | | </script> |
| | | </script> |
| | |
| | | import javax.validation.constraints.Size; |
| | | import org.apache.commons.lang3.builder.ToStringBuilder; |
| | | import org.apache.commons.lang3.builder.ToStringStyle; |
| | | import com.fasterxml.jackson.annotation.JsonProperty; |
| | | import com.ruoyi.framework.aspectj.lang.annotation.Excel; |
| | | import com.ruoyi.framework.aspectj.lang.annotation.Excel.ColumnType; |
| | | import com.ruoyi.framework.aspectj.lang.annotation.Excel.Type; |
| | |
| | | this.avatar = avatar; |
| | | } |
| | | |
| | | @JsonProperty |
| | | public String getPassword() |
| | | { |
| | | return password; |