fix:发送短信错误

This commit is contained in:
2022-03-02 14:59:11 +08:00
parent 25b7dded91
commit 26c6328512

View File

@@ -96,7 +96,7 @@ export default {
await validate();
console.log(toRaw(formModel));
var res = await post("/api2/ca/CensorSmsCodeApplyUpload", {
formModel
...formModel
});
if (res.errorCode != 0) {
message.error(res.errorMsg);