liyongli há 2 anos atrás
pai
commit
fecd1df39a
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/components/head.vue

+ 2 - 2
src/components/head.vue

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