feat: 完成前端业务闭环与后端联调

This commit is contained in:
2026-08-24 23:37:56 +08:00
parent c59e36f933
commit 9ad572907b
175 changed files with 10711 additions and 1740 deletions
-3
View File
@@ -20,9 +20,6 @@ const normalizeFeedback = (form) => ({
const snapshotOf = (form) => JSON.stringify(normalizeFeedback(form));
const errorMessage = (error) => {
if (error?.code === "WRITE_UNAVAILABLE") {
return "当前为本地预览,反馈没有发出。";
}
if (error?.httpStatus === 401) {
return "登录状态已失效,请重新登录后再提交。";
}