魔墙:控制台输出删除
This commit is contained in:
parent
887407ddb9
commit
2807b58d4a
|
@ -684,7 +684,7 @@ export default defineComponent({
|
|||
const min_x = (
|
||||
item: test_monitor = test_monitor_wall.value[current_index.value]
|
||||
) => {
|
||||
console.log(item)
|
||||
// console.log(item)
|
||||
const wall_dom = wall.value;
|
||||
const point_list = four_point();
|
||||
if (wall_dom) {
|
||||
|
@ -1016,7 +1016,7 @@ export default defineComponent({
|
|||
}
|
||||
});
|
||||
const setMagic = await client.setMagicWallConfig(cloud_monitor_list);
|
||||
console.log(setMagic)
|
||||
// console.log(setMagic)
|
||||
$q.notify({
|
||||
color: setMagic?.success ? "positive" : "negative",
|
||||
icon: setMagic?.success ? "done" : "warning",
|
||||
|
|
Loading…
Reference in New Issue