This commit is contained in:
gyq
2026-03-16 10:03:26 +08:00
parent 13890e3f8d
commit 4fcd2cc2cf

View File

@@ -122,9 +122,6 @@ async function getHelpAjax() {
try { try {
const res = await getHelp(); const res = await getHelp();
helpInfo.value = res; helpInfo.value = res;
console.log('Help Info:', helpInfo.value);
} catch (error) { } catch (error) {
console.log(error); console.log(error);
} }