用户登录后处理头像到前台

This commit is contained in:
2023-08-10 19:17:30 +08:00
parent 5324e088ae
commit 498f92c1b3
8 changed files with 31 additions and 11 deletions

View File

@@ -61,6 +61,11 @@
<groupId>com.github.penggle</groupId>
<artifactId>kaptcha</artifactId>
</dependency>
<dependency>
<groupId>com.njcn</groupId>
<artifactId>common-oss</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<build>