refactor: message template

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

View File

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