From 6bae45dfd31d647e4abc4e0246f495a29cc6896f Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 11 六月 2024 11:20:13 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
h5/static/redirect.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/h5/static/redirect.html b/h5/static/redirect.html
index 1b107f5..b86e4aa 100644
--- a/h5/static/redirect.html
+++ b/h5/static/redirect.html
@@ -6,8 +6,8 @@
<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://xiaopiqiu2.natapp1.cc/#/pages/notice/notice?' + p[1]
+ // window.location.href = 'http://xiaopiqiu2.natapp1.cc/#/pages/staff/index?' + p[1]
</script>
</head>
<body>
--
Gitblit v1.9.3