From 43942a545271345ce26e40d82bb97138c5ea7611 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 28 六月 2024 13:54:51 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

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

--
Gitblit v1.9.3