From 69a1b3bf45738f048361ee4ccb6bdc64fce35720 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 12 三月 2025 11:31:46 +0800
Subject: [PATCH] 更新

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

diff --git a/h5/static/redirect.html b/h5/static/redirect.html
new file mode 100644
index 0000000..8fb92cd
--- /dev/null
+++ b/h5/static/redirect.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="UTF-8">
+  <title>閲嶅畾鍚�</title>
+  <script>
+		// wxac2a80c2144c4ee0
+    var p = location.href.split("?")
+    // 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>
+
+</body>
+</html>

--
Gitblit v1.9.3