1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-10-11 02:05:15 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

优化服务器连接失败提示;优化登录界面输入框回车处理

This commit is contained in:
2022-04-05 12:56:17 +08:00
parent 3d2d0c42fb
commit 412ec19cf2
11 changed files with 71 additions and 2 deletions

View File

@@ -98,6 +98,7 @@
}
}).catch(function (error) {
console.log(error);
alert("无法连接到服务器,请检查网络连接!");
});
});
</script>