liyongli il y a 2 ans
Parent
commit
fecd1df39a
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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>