Merge remote-tracking branch 'origin/master'

This commit is contained in:
fl 2025-03-31 11:09:07 +08:00
commit 8ff9b77f53
2 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,6 @@ public class LoginPageConfig {
@RequestMapping("/")
public RedirectView loginPage() {
return new RedirectView("/ynImgTool/login.html");
return new RedirectView("/imgTool/login.html");
}
}

View File

@ -36,7 +36,7 @@
<script src="js/publicJs.js"></script>
<script type="text/javascript">
if (top != self) {
parent.location.href = '/ynImgTool/login.html';
parent.location.href = '/imgTool/login.html';
}
var token = localStorage.getItem("token");
if (token != null && token.trim().length != 0) {