mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
fix: redirect
This commit is contained in:
parent
0e455a5818
commit
7d22a86eca
@ -9,6 +9,12 @@
|
|||||||
<link rel="shortcut icon" href="https://img.yzcdn.cn/zanui/vant/vant-2017-12-18.ico">
|
<link rel="shortcut icon" href="https://img.yzcdn.cn/zanui/vant/vant-2017-12-18.ico">
|
||||||
<title>Vant Weapp - 轻量、可靠的小程序 UI 组件库</title>
|
<title>Vant Weapp - 轻量、可靠的小程序 UI 组件库</title>
|
||||||
<script>window.Promise || document.write('<script src="//img.yzcdn.cn/huiyi/build/h5/js/pinkie.min.js"><\/script>');</script>
|
<script>window.Promise || document.write('<script src="//img.yzcdn.cn/huiyi/build/h5/js/pinkie.min.js"><\/script>');</script>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
if (location.host === 'youzan.github.io') {
|
||||||
|
location.href = location.href.replace('youzan.github.io', 'vant-ui.github.io');
|
||||||
|
}
|
||||||
|
</script>
|
||||||
<script>
|
<script>
|
||||||
var _hmt = _hmt || [];
|
var _hmt = _hmt || [];
|
||||||
(function() {
|
(function() {
|
||||||
|
@ -15,6 +15,12 @@
|
|||||||
<meta http-equiv="Cache-Control" content="no-cache" />
|
<meta http-equiv="Cache-Control" content="no-cache" />
|
||||||
<meta http-equiv="Pragma" content="no-cache" />
|
<meta http-equiv="Pragma" content="no-cache" />
|
||||||
<meta http-equiv="Expires" content="0" />
|
<meta http-equiv="Expires" content="0" />
|
||||||
|
|
||||||
|
<script>
|
||||||
|
if (location.host === 'youzan.github.io') {
|
||||||
|
location.href = location.href.replace('youzan.github.io', 'vant-ui.github.io');
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
var _hmt = _hmt || [];
|
var _hmt = _hmt || [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user