From 1df87c10f525f2f361e7771e6db000062edf7839 Mon Sep 17 00:00:00 2001 From: jiayu Date: Fri, 20 Sep 2024 09:00:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E5=AE=9A=E4=BD=8DGPS=20?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=E7=AE=A1=E7=90=86=20=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectFront/smartSafeHat/deviceCentral/deviceCentral.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/projectFront/smartSafeHat/deviceCentral/deviceCentral.vue b/src/views/projectFront/smartSafeHat/deviceCentral/deviceCentral.vue index d412e4d8..a5fbebad 100644 --- a/src/views/projectFront/smartSafeHat/deviceCentral/deviceCentral.vue +++ b/src/views/projectFront/smartSafeHat/deviceCentral/deviceCentral.vue @@ -202,7 +202,8 @@ export default { // projectSn: this.projectSn // } // console.log("token",this.$store.state.userInfo.token) - fetch(this.$http.defaults.baseURL + 'xmgl/safetyHatDev/downloadExcelTemplate', { + // 旧 xmgl/safetyHatDev/downloadExcelTemplate + fetch(this.$http.defaults.baseURL + 'xmgl/download/exporExcelSafeDevTemplate?projectSn=' + this.$store.state.projectSn, { method: 'get', headers: { Authorization: this.$store.state.userInfo.token,