liyongli 2 سال پیش
والد
کامیت
6561883231
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      src/components/head.vue

+ 3 - 3
src/components/head.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="head">
-    <div class="sx_fixed" >
+    <div class="sx_fixed">
       <!-- <el-icon color="#fff" style="vertical-align: middle">
         <ArrowLeft />
       </el-icon> -->
@@ -18,8 +18,8 @@
 
 <script setup>
 function back() {
-//   window.history.go(-1);
-    window.location.href = "https://home.sxtvs.com.cn"
+  // window.history.go(-1);
+  // window.location.href = "https://home.sxtvs.com.cn"
 }
 </script>