refactor: 取消用户默认密码,改为表单填写密码

1.修复 Sonar 扫描问题
2.优化部分代码
This commit is contained in:
2024-02-02 23:44:21 +08:00
parent b9ce3f56f1
commit 3d77aa91ee
17 changed files with 111 additions and 61 deletions

View File

@@ -258,8 +258,4 @@ spring.servlet:
max-request-size: 20MB
## 头像支持格式配置
avatar:
support-suffix:
- jpg
- jpeg
- png
- gif
support-suffix: jpg,jpeg,png,gif

View File

@@ -258,8 +258,4 @@ spring.servlet:
max-request-size: 20MB
## 头像支持格式配置
avatar:
support-suffix:
- jpg
- jpeg
- png
- gif
support-suffix: jpg,jpeg,png,gif