|
|
@@ -20,7 +20,7 @@ export default defineComponent({
|
|
|
() => {
|
|
|
const { origin, hash, pathname } = window.top.location;
|
|
|
if (!isMobile && route.hash != hash) {
|
|
|
- window.top.location.replace(`${origin}${pathname}#/${route.hash}`);
|
|
|
+ // window.top.location.replace(`${origin}${pathname}#/${route.hash}`);
|
|
|
title.value = route.name as string;
|
|
|
} else {
|
|
|
title.value = route.name as string;
|