mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 02:12:43 +08:00
docs: redirect from the old domain (#5811)
This commit is contained in:
parent
c6b4004893
commit
e5af691c4c
@ -22,6 +22,16 @@ export default {
|
||||
},
|
||||
syncPathFromSimulator: false,
|
||||
},
|
||||
icpLicense: {
|
||||
text: '浙ICP备2021036118号',
|
||||
link: 'https://beian.miit.gov.cn/',
|
||||
},
|
||||
headHtml: `<script>
|
||||
if (location.host === 'youzan.github.io') {
|
||||
location.href = location.href.replace('youzan.github.io', 'vant-ui.github.io');
|
||||
}
|
||||
</script>
|
||||
`,
|
||||
links: [
|
||||
{
|
||||
logo: 'https://img.yzcdn.cn/vant/vant-o.svg',
|
||||
|
Loading…
x
Reference in New Issue
Block a user