From 41e4860f065a13b00441deff45455b62d3787e2c Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期三, 22 十月 2025 13:39:13 +0800
Subject: [PATCH] *
---
src/main/webapp/views/index.html | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 3d77949..f98cbf7 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -636,7 +636,9 @@
method: 'POST',
success: function (res) {
if (res.code === 200) {
- that.valueSystem = res.data.status;
+ that.$message.success(`鐘舵�佹洿鏂版垚鍔焋);
+ } else {
+ that.$message.error('鐘舵�佹洿鏂板け璐�');
}
}
});
--
Gitblit v1.9.1