Browse Source

[bug]登录 清空问题

byq 2 weeks ago
parent
commit
9775ca8513
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/views/xjc-integratedmachine/components/head_component.vue

+ 4 - 3
src/views/xjc-integratedmachine/components/head_component.vue

@@ -28,9 +28,10 @@
     })
     })
 
 
     function backTo() {
     function backTo() {
-        router.push({
-            path: props.headinfo.backUrl
-        })
+        // router.push({
+        //     path: props.headinfo.backUrl
+        // })
+      router.go(-1);
     }
     }
 
 
     function exit() {
     function exit() {