chenlei hai 11 meses
pai
achega
c9fa9ba6e4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/home/components/title/index.zgrs.vue

+ 1 - 1
src/views/home/components/title/index.zgrs.vue

@@ -156,7 +156,7 @@
   ];
 
   const changeScene = (code: string) => {
-    window.location.href = `${window.origin}?m=${code}`;
+    location.href = `${location.origin}${location.pathname}?m=${code}`;
   };
 </script>