liyongli 2 years ago
parent
commit
fecd1df39a
1 changed files with 2 additions and 2 deletions
  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>