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

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

diff --git a/h5/redirect.html b/h5/static/redirect.html
similarity index 76%
rename from h5/redirect.html
rename to h5/static/redirect.html
index 79ba6aa..fa9e857 100644
--- a/h5/redirect.html
+++ b/h5/static/redirect.html
@@ -6,7 +6,7 @@
   <script>
     var p = location.href.split("?")
     // window.location.href = 'https://dmtest.ahapp.net/hsvisit_h5/#/pages/notice/notice?' + p[1]
-	window.location.href = 'https://xiaopiqiu2.natapp1.cc/#/pages/notice/notice?' + p[1]
+	window.location.href = 'http://xiaopiqiu2.natapp1.cc/#/pages/notice/notice?' + p[1]
   </script>
 </head>
 <body>

--
Gitblit v1.9.3