ant-design/404.html

5 lines
223 B
HTML
Raw Normal View History

2015-10-19 19:50:55 +08:00
<script>
2016-04-27 17:03:17 +08:00
var prefix = /^\/components/.test(location.pathname) ? location.pathname.replace(/^\//, '').split('/').join('-') : '';
location.href = '/#' + location.pathname.replace(/\/?#/, '?scrollTo=' + prefix);
2015-10-19 19:50:55 +08:00
</script>