refactor: message template

This commit is contained in:
2025-04-21 13:54:18 +08:00
committed by jsasg
parent babbe78d1c
commit e18d39247f

View File

@@ -99,7 +99,7 @@
alert(r.msg); alert(r.msg);
}, },
error: function (e) { error: function (e) {
alert(e.msg); console.error(e.msg);
} }
}) })
}) })