From 4f08c83960efb8a9dfb9eaf18f3abf834712a388 Mon Sep 17 00:00:00 2001
From: xiebin <123456>
Date: Mon, 20 Feb 2023 09:34:57 +0800
Subject: [PATCH] 增加2D跳转地址

---
 index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/index.html b/index.html
index a58dc03..5445b63 100644
--- a/index.html
+++ b/index.html
@@ -169,7 +169,7 @@
 			}
 		</style>
 		<div class="map3d-system ss" id="map3d" title="系统切换" onclick="map3dClick()"></div>
-		<div class="map3d-2d ss" id="map2d" title="切换2D"></div>
+		<div class="map3d-2d ss" id="map2d" title="切换2D" onclick="javascript:window.location='http://localhost:63342/hsyj/index.html'"></div>
 
 		<div id="main-loading">
 			<div id="app-loading"></div>

--
Gitblit v1.9.3