perf:更改一个方法的名称
This commit is contained in:
@@ -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 + "/";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user