chenlei 11 bulan lalu
induk
melakukan
c9fa9ba6e4
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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>