liyongli 2 anni fa
parent
commit
f9e1428478
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/components/head.vue

+ 1 - 1
src/components/head.vue

@@ -19,7 +19,7 @@
 <script setup>
 function back() {
   // window.history.go(-1);
-  // window.location.href = "https://home.sxtvs.com.cn"
+  window.location.href = "https://media.sxtvs.net/creativity/index"
 }
 </script>