优化页面

This commit is contained in:
pengxiaolong
2025-06-12 22:16:09 +08:00
parent 931d867c09
commit de99d32c01
63 changed files with 973 additions and 335 deletions

View File

@@ -88,7 +88,7 @@ export default {
name: this.Filename,
})
.then((ress) => {
this.picture = ress;
this.picture = ress.split("/").pop();
const res = request({
url: "user/inputUserInfo",
method: "POST",