liyongli 2 年之前
父節點
當前提交
fecd1df39a
共有 1 個文件被更改,包括 2 次插入2 次删除
  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>