From 21f11949452248769ca26f4c4dfb97a3cd642a10 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 28 五月 2024 16:24:00 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit
---
h5/static/redirect.html | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/h5/static/redirect.html b/h5/static/redirect.html
index 1b107f5..fa9e857 100644
--- a/h5/static/redirect.html
+++ b/h5/static/redirect.html
@@ -6,8 +6,7 @@
<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]
</script>
</head>
<body>
--
Gitblit v1.9.3