From cbbbc6bd2d854270b9342ce2ff2a3432aaca22cf Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期六, 18 二月 2023 15:19:31 +0800
Subject: [PATCH] 版本更新

---
 src/views/exportMap/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/exportMap/index.vue b/src/views/exportMap/index.vue
index a66e89a..885e890 100644
--- a/src/views/exportMap/index.vue
+++ b/src/views/exportMap/index.vue
@@ -534,7 +534,7 @@
       var token = "?token=" + getToken()
       var a = document.createElement("a") // 鍒涘缓涓�涓猘鏍囩鍏冪礌
       a.style.display = "none" // 璁剧疆鍏冪礌涓嶅彲瑙�
-      a.href = BASE_URL + "/mark/downloadFile" + token + "&guid=" + guid
+      a.href = BASE_URL + "/export/downloadFile" + token + "&guid=" + guid
 
       document.body.appendChild(a) // 鍔犲叆
       a.click() // 瑙﹀彂鐐瑰嚮,涓嬭浇

--
Gitblit v1.9.3