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

不重要的一些小调整(主要是部分Api权限的调整以及Api文档调整)

This commit is contained in:
2022-04-15 21:56:37 +08:00
parent 5c1a935697
commit 9e11207438
7 changed files with 144 additions and 50 deletions

View File

@@ -5,7 +5,7 @@
请按 F12 查看详情
</p>
<script>
postRequest('/debug/status', { token: localStorageUtils.getToken() })
postRequest('/system/status', { token: localStorageUtils.getToken() })
.then(function (response) {
var axiosData = response.data;
var status = axiosData.status;