ant-design/404.html
2016-04-27 17:03:17 +08:00

5 lines
223 B
HTML

<script>
var prefix = /^\/components/.test(location.pathname) ? location.pathname.replace(/^\//, '').split('/').join('-') : '';
location.href = '/#' + location.pathname.replace(/\/?#/, '?scrollTo=' + prefix);
</script>