新增动画元数据设置

移动部分页面导航
This commit is contained in:
2022-04-02 23:31:26 +08:00
parent 690de202ae
commit ab49b9400b
8 changed files with 135 additions and 10 deletions

View File

@@ -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 = "/"
}
})