feature: 登录&权限拦截
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
|
||||
admin.logout(function () {
|
||||
popup.success("注销成功", function () {
|
||||
location.href = "./login.html";
|
||||
location.href = "/api/v1/logout";
|
||||
});
|
||||
|
||||
// 清空 tabs 缓存
|
||||
|
||||
Reference in New Issue
Block a user