gcz 20 цаг өмнө
parent
commit
f2bf4d0594
1 өөрчлөгдсөн 11 нэмэгдсэн , 2 устгасан
  1. 11 2
      index.html

+ 11 - 2
index.html

@@ -1,3 +1,12 @@
+<!--
+ * @Author: gcz saadmin@126.com
+ * @Date: 2025-05-12 11:26:32
+ * @LastEditors: gcz saadmin@126.com
+ * @LastEditTime: 2025-05-21 17:22:57
+ * @FilePath: \forest-traced-UI\index.html
+ * @Description: 
+ * 
+-->
 <!DOCTYPE html>
 <html>
 
@@ -14,9 +23,9 @@
 			const sessionId = urlParams.get('xxl_sso_sessionid');
 			// 		console.log('sessionId', sessionId);
 			if (sessionId) {
-				window.location.href = "forstlogin/index.html?ver=" + new Date().getTime() + '&xxl_sso_sessionid=' + sessionId;
+				window.location.href = "login/index.html?ver=" + new Date().getTime() + '&xxl_sso_sessionid=' + sessionId;
 			} else {
-				window.location.href = "forstlogin/index.html?ver=" + new Date().getTime();
+				window.location.href = "login/index.html?ver=" + new Date().getTime();
 			}
 	</script>
 </body>