Browse Source

代码上传

zhangqiOMG 2 năm trước cách đây
mục cha
commit
83bac9527b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/detailTemplate/index.vue

+ 1 - 1
src/components/detailTemplate/index.vue

@@ -69,7 +69,7 @@
   
   const activeKey = ref(0)
   const goBack = ()=>{
-    router.go(-1)
+    router.replace(router.currentRoute.value.meta.name)
   }
 
   const delData = ()=>{