From 6017ff0fac73ee771282f8c4711f20ec9ca67bd7 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期二, 07 十一月 2023 08:54:13 +0800
Subject: [PATCH] #Redis Key Type
---
src/main/webapp/views/console.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index f23fd86..0199eea 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -639,7 +639,7 @@
//閲嶇疆鍦板浘
let that = this
$.ajax({
- url:baseUrl+"/console/map/resetMap/auth",
+ url:baseUrl+"/console/map/resetMap/" + this.currentLev,
headers:{
'token': localStorage.getItem('token')
},
@@ -647,7 +647,7 @@
method:'get',
success:function (res) {
that.$message({
- message: '閲嶇疆瀹屾垚',
+ message: that.currentLev + '灞傚湴鍥鹃噸缃畬鎴�',
type: 'success'
});
}
--
Gitblit v1.9.1