From a8bf5ebeb492be82bbb903d0b7f57eb81c2fe190 Mon Sep 17 00:00:00 2001
From: zmk <496160012@qq.com>
Date: 星期六, 22 六月 2024 14:32:25 +0800
Subject: [PATCH] 提交
---
javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/files.html | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/files.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/files.html
index ed45897..a296a25 100644
--- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/files.html
+++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectData/files.html
@@ -60,7 +60,8 @@
* @param path
*/
function file(path) {
- window.open(path);
+ var url = "/bjfw/profile" + path;
+ window.open(url);
}
</script>
</body>
--
Gitblit v1.9.1