mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-16 23:22:20 +08:00
第三方登录回调后登陆系统用户逻辑基本完成
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<br>
|
||||
<a href="/status">网站状态检测</a>
|
||||
·
|
||||
<a class="narrowHide" href="/about">关于</a>
|
||||
<a href="/about">关于</a>
|
||||
</small>
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -13,7 +13,4 @@
|
||||
// API地址
|
||||
const APIHOST = '<%= global.site.api.prefix %>';
|
||||
axios.defaults.baseURL = APIHOST;
|
||||
|
||||
// 字体加载前先隐藏,不然文字会闪一下
|
||||
$("html,body").css("opacity", "0");
|
||||
</script>
|
Reference in New Issue
Block a user