提交 45e6f108 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

fixed

上级 6da5c843
......@@ -63,7 +63,7 @@ export default {
}
if (checkIE()) {
window.addEventListener('hashchange', () => {
var currentPath = window.location.hash.slice(1);
let currentPath = window.location.hash.slice(1);
if (this.$route.path !== currentPath) {
this.$router.push(currentPath)
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册