From c1e7bbbec984e4cd1b9f31490e3d85ae7c923ab0 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 04 三月 2024 13:58:43 +0800
Subject: [PATCH] ERP接口
---
h5/redirect.html | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/h5/redirect.html b/h5/redirect.html
index e2591a1..07eb389 100644
--- a/h5/redirect.html
+++ b/h5/redirect.html
@@ -5,7 +5,8 @@
<title>閲嶅畾鍚�</title>
<script>
var p = location.href.split("?")
- window.location.href = 'https://yqslah.yuanqisenlin.com/yqsl_fs/#/choice?' + p[1]
+ // window.location.href = 'https://dmtest.ahapp.net/hsvisit_h5/#/pages/notice/notice?' + p[1]
+ window.location.href = 'http://218.23.218.228:8018/h5/#/pages/notice/notice?' + p[1]
</script>
</head>
<body>
--
Gitblit v1.9.3