perf:更改一个方法的名称

This commit is contained in:
曾文豪
2024-10-28 09:24:38 +08:00
parent 832d615273
commit 2f6b5b0b05
2 changed files with 4 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ public class GlobalConfig {
* @param htmlDir 资源目录
* @param route
*/
public void redirect(String htmlDir, String route, HttpServletResponse response) {
public void redirectWithVer(String htmlDir, String route, HttpServletResponse response) {
if (!StrUtil.endWith(htmlDir, "/")) {
htmlDir = htmlDir + "/";
}