From 880c8f54cddc8533f00f674da3f14c2cf0d34340 Mon Sep 17 00:00:00 2001
From: chenhuan <czj123456>
Date: 星期二, 25 六月 2024 17:58:17 +0800
Subject: [PATCH] Merge branch 'master' of http://117.78.1.188:8089/r/dkyChenJiang

---
 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