补充前端状态和安全边界注释
This commit is contained in:
@@ -182,6 +182,7 @@ export async function submitBaccaratLossCoverEvent(event) {
|
||||
return;
|
||||
}
|
||||
|
||||
// 前端只收集表单字段;权限、时间范围和字段合法性仍以后端校验为准。
|
||||
const payload = {
|
||||
title: document.getElementById("blc-admin-title")?.value || "",
|
||||
description: document.getElementById("blc-admin-description")?.value || "",
|
||||
|
||||
Reference in New Issue
Block a user