页面优化

This commit is contained in:
“wanyongkang”
2024-02-24 13:58:39 +08:00
parent 95dc0c16be
commit abbef158af
16 changed files with 149 additions and 44 deletions

View File

@@ -597,6 +597,12 @@ namespace Home.Controllers
var userId =this.Request.GetUserInfo().UserId;
return View();
}
[HttpGet]
[UserAuth]
public IActionResult upload()
{
return View();
}
[HttpGet]
[UserAuth]