新增动画元数据设置
移动部分页面导航
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="ch">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
@@ -22,7 +22,7 @@
|
||||
<script>
|
||||
$.get("/login/check.do", function (data) {
|
||||
let json = JSON.parse(data);
|
||||
if (json.code != 0) {
|
||||
if (json.code !== 0) {
|
||||
window.location.href = "/"
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user