删除魔墙控制台输出

This commit is contained in:
miao 2022-12-30 14:04:33 +08:00
parent bbde7029d8
commit ddc87b464d
1 changed files with 1 additions and 2 deletions

View File

@ -1015,7 +1015,6 @@ export default defineComponent({
}
});
const setMagic = await client.setMagicWallConfig(cloud_monitor_list);
// console.log(setMagic)
$q.notify({
color: setMagic?.success ? "positive" : "negative",
icon: setMagic?.success ? "done" : "warning",