Commit ef30087a authored by “yiyousong”'s avatar “yiyousong”

perf: 优化短信设置

parent df90758f
......@@ -58,6 +58,8 @@ export default {
let { code, msg } = res.data;
if (code === 1) {
this.$message.success(msg);
} else {
this.getSmssetList();
}
},
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment