From ce9c9af4a3710d17e17814bab629ab4ef474f3f1 Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期三, 09 七月 2025 11:16:51 +0800 Subject: [PATCH] # --- src/main/webapp/views/console.html | 25 ------------------------- 1 files changed, 0 insertions(+), 25 deletions(-) diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html index 8e4316f..1da3dbe 100644 --- a/src/main/webapp/views/console.html +++ b/src/main/webapp/views/console.html @@ -78,7 +78,6 @@ <div> <!-- <el-button @click="testMove()">娴嬭瘯绉诲姩杞�</el-button>--> <el-button @click="resetMap()">閲嶇疆鍦板浘</el-button> - <el-button @click="checkTask()">浠诲姟妫�娴�</el-button> <!-- <el-button @click="initLoc()">鍒濆鍖栧簱浣�</el-button>--> </div> </div> @@ -662,30 +661,6 @@ message: that.currentLev + '灞傚湴鍥鹃噸缃畬鎴�', type: 'success' }); - } - }) - }, - checkTask() { - let that = this - $.ajax({ - url:baseUrl+"/console/checkTask", - headers:{ - 'token': localStorage.getItem('token') - }, - data:{}, - method:'get', - success:function (res) { - if (res.code === 200) { - that.$message({ - message: res.msg, - type: 'success' - }); - } else { - that.$message({ - message: res.msg, - type: 'error' - }); - } } }) }, -- Gitblit v1.9.1