fix: bootstrap ranking route
This commit is contained in:
parent
689e3e38b5
commit
565ee24ffb
@ -24,6 +24,16 @@
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
(function() {
|
||||
var routePath = '/ranking';
|
||||
if (window.location.hash && window.location.hash.indexOf(routePath) === 1) {
|
||||
return;
|
||||
}
|
||||
var hash = routePath + (window.location.search || '');
|
||||
window.history.replaceState(null, '', window.location.pathname + window.location.search + '#' + hash);
|
||||
})();
|
||||
</script>
|
||||
<script type="module" crossorigin src="/js/index-CIAVq8iD-1776148658686.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/css/index-VRlNQ74k-1776148661679.css">
|
||||
</head>
|
||||
@ -31,4 +41,3 @@
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user