1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-10-19 13:56:43 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

用户后台 我的收藏功能完成

This commit is contained in:
2022-04-07 11:32:34 +08:00
parent af88f65679
commit 049f9d85d5
7 changed files with 115 additions and 18 deletions

View File

@@ -24,7 +24,7 @@
</script>
<%} else {%>
<script>
if(llocalStorageUtils.getIsAdmin()) {
if(localStorageUtils.getIsAdmin()) {
// 是管理员用户,跳转到管理员用户后台页面
window.location.href = "/dashboard/admin/index";
}