修改功能,现已测试注册登录忘记密码

This commit is contained in:
rain
2026-06-12 11:42:49 +08:00
parent 0bf2f573ed
commit cfc64c69e5
26 changed files with 2238 additions and 898 deletions
+1 -1
View File
@@ -162,7 +162,7 @@
});
function loadNotice() {
ApiClient.post("/api/web/notice/getDetail?id=" + noticeId).then(
ApiClient.get(ApiClient.API.noticeDetail(noticeId)).then(
function (res) {
if (res.code === 0 && res.data) {
renderNotice(res.data);