From 694cb0f83ace00a67ca4ae0e98422088d330fbe2 Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期五, 29 十一月 2024 10:52:39 +0800 Subject: [PATCH] fix:1129 --- src/views/area/server-info.vue | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/views/area/server-info.vue b/src/views/area/server-info.vue index 3f61aea..c6a1b6c 100644 --- a/src/views/area/server-info.vue +++ b/src/views/area/server-info.vue @@ -234,7 +234,6 @@ this.cabinetName = info.cabinetName; }, async update_server_info(code,name) { - debugger; // name 是交换机 console.log("info",code,name); this.$modal.loading("加载中"); @@ -264,7 +263,6 @@ }); } // console.log("this.activateSwitchPorts", this.activateSwitchPorts); - debugger; this.dialog_activateSwitchPorts = true; this.cabinetName = name; }, -- Gitblit v1.9.3