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

上传文件页面添加关联文件下拉框;小调整

This commit is contained in:
2022-04-11 09:13:53 +08:00
parent c9723573da
commit c9c3917fc3
7 changed files with 2282 additions and 1259 deletions

View File

@@ -1,3 +1,9 @@
<p>
查看后端项目配置是否配置正确
</p>
<p>
请按 F12 查看详情
</p>
<script>
postRequest('/debug/status', { token: localStorageUtils.getToken() })
.then(function (response) {
@@ -7,7 +13,6 @@
if (status === "success") {
console.log(data);
$(".main").html("请在 F12 查看");
} else {
alert(`出错啦!${data.errMsg} (错误码: ${data.errCode}) `);
}