From 4839d3bb3671a61e8952077dd978c2a6d2b01bad Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 28 六月 2024 13:54:20 +0800
Subject: [PATCH] 最新版本
---
h5/static/redirect.html | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/h5/static/redirect.html b/h5/static/redirect.html
index b86e4aa..91a8440 100644
--- a/h5/static/redirect.html
+++ b/h5/static/redirect.html
@@ -6,8 +6,10 @@
<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://xiaopiqiu2.natapp1.cc/#/pages/staff/index?' + p[1]
</script>
</head>
<body>
--
Gitblit v1.9.3