1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-16 23:22:20 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

第三方登录回调后登陆系统用户逻辑基本完成

This commit is contained in:
2022-04-04 19:20:07 +08:00
parent 71feaffeb9
commit 54911675a1
20 changed files with 502 additions and 41 deletions

View File

@@ -13,7 +13,7 @@
<br>
<a href="/status">网站状态检测</a>
·
<a class="narrowHide" href="/about">关于</a>
<a href="/about">关于</a>
</small>
</p>
</div>

View File

@@ -13,7 +13,4 @@
// API地址
const APIHOST = '<%= global.site.api.prefix %>';
axios.defaults.baseURL = APIHOST;
// 字体加载前先隐藏,不然文字会闪一下
$("html,body").css("opacity", "0");
</script>