From e662ea7b5d044caffff2656e41c66d84c27bbc2f Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 1 Sep 2025 17:31:44 +0800 Subject: [PATCH] no message --- src/pages/shells/config-modal.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/shells/config-modal.vue b/src/pages/shells/config-modal.vue index 50613f3..45f4082 100644 --- a/src/pages/shells/config-modal.vue +++ b/src/pages/shells/config-modal.vue @@ -203,7 +203,8 @@ export default { spinner: 'el-icon-loading', background: 'rgba(0, 0, 0, 0.6)' }) - let res = await backIoStatus(this.backIoStatus) + const type = this.backIoStatus === '1' ? '0' : '1' + let res = await backIoStatus(type) if (res) { this.dialogVisible = false this.$message(res.message)