From 8becddfbe242865ff9f952a949c1ce35120a53fb Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期二, 07 十一月 2023 08:30:50 +0800 Subject: [PATCH] # --- 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