From 0d3db253cad1fb49c4fae9b9a537c8c318c7172f Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期三, 29 十一月 2023 10:23:59 +0800
Subject: [PATCH] 优化应用中心卸载

---
 src/pages/maintain/index/App.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/pages/maintain/index/App.vue b/src/pages/maintain/index/App.vue
index 1aa87ed..7f0e417 100644
--- a/src/pages/maintain/index/App.vue
+++ b/src/pages/maintain/index/App.vue
@@ -239,7 +239,6 @@
       })
     },
     setRebootCron(value) {
-      debugger
       this.rebootCron = value
       setRebootTask({ task: value }).then(rsp => {
         if (rsp && rsp.success) {

--
Gitblit v1.8.0