Explorar el Código

[bug]登录 清空问题

byq hace 2 semanas
padre
commit
9775ca8513
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  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() {
-        router.push({
-            path: props.headinfo.backUrl
-        })
+        // router.push({
+        //     path: props.headinfo.backUrl
+        // })
+      router.go(-1);
     }
 
     function exit() {