From 51e18e190dafdec70dc1f4a3a9ecd76fb2116726 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期六, 12 十月 2024 16:25:08 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/h5/static/redirect.html b/h5/static/redirect.html
index 1b107f5..2a21a20 100644
--- a/h5/static/redirect.html
+++ b/h5/static/redirect.html
@@ -5,9 +5,10 @@
   <title>閲嶅畾鍚�</title>
   <script>
     var p = location.href.split("?")
-    // window.location.href = 'https://dmtest.ahapp.net/hsvisit_h5/#/pages/notice/notice?' + p[1]
-    alert(p[1])
-	// window.location.href = 'http://xiaopiqiu2.natapp1.cc/#/pages/staff/index?' + 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