注销默认接口
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-21 14:13:00 +08:00
parent 08f611af3b
commit c55010627b
4 changed files with 0 additions and 42 deletions

View File

@@ -33,16 +33,6 @@ $(function () {
Authorization: "Bearer" + " " + localStorage.jwt,
},
success: handleSuccess,
error: function () {
$.ajax({
url: "/console/v1/common",
method: "get",
headers: {
Authorization: "Bearer" + " " + localStorage.jwt,
},
success: handleSuccess,
});
},
});
}
// 获取首页数据