📌 fix top menu out of range

master 3.8.8
就眠仪式 2021-07-12 10:44:44 +08:00
parent 53e7580751
commit 642910c5e6
2 changed files with 0 additions and 2 deletions

View File

@ -93,7 +93,6 @@
// 登出逻辑 // 登出逻辑
admin.logout(function(){ admin.logout(function(){
popup.success("注销成功",function(){ popup.success("注销成功",function(){
location.href = "login.html"; location.href = "login.html";
}) })

View File

@ -63,7 +63,6 @@
} }
}) })
return false; return false;
}); });
}) })
</script> </script>