From 29d76f8a034cb2bbeccee258e97f66f2e2d87451 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 10 十月 2024 14:57:39 +0800
Subject: [PATCH] 最新版本

---
 h5/static/redirect.html |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/h5/static/redirect.html b/h5/static/redirect.html
index fa9e857..2a21a20 100644
--- a/h5/static/redirect.html
+++ b/h5/static/redirect.html
@@ -5,8 +5,10 @@
   <title>閲嶅畾鍚�</title>
   <script>
     var p = location.href.split("?")
-    // window.location.href = 'https://dmtest.ahapp.net/hsvisit_h5/#/pages/notice/notice?' + p[1]
-	window.location.href = 'http://xiaopiqiu2.natapp1.cc/#/pages/notice/notice?' + p[1]
+    // window.location.href = 'http://192.168.0.173/h5/#/pages/notice/notice?' + 'code=123123'
+	  window.location.href = 'http://192.168.0.173/h5/#/pages/notice/notice?' + p[1]
+	  // window.location.href = 'http://192.168.0.173/h5/#/pages/staff/meetingDetail?' + p[1]
+	  // window.location.href = 'http://192.168.0.173/h5/#/pages/staff/index?' + p[1]
   </script>
 </head>
 <body>

--
Gitblit v1.9.3