Explorar el Código

Merge branch 'master' of http://47.100.37.243:10080/ZHOU/yunsu

sunyadv hace 5 años
padre
commit
1b1220a470
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ys_vue/src/views/Home.vue

+ 1 - 1
ys_vue/src/views/Home.vue

@@ -502,7 +502,7 @@
                 );
                 //本页面再点的话强制转移一下
                 var currentRoute = this.$route.path.split("/");
-                if (currentRoute.length == 3 && currentRoute[1] == "moldList") {
+                if (currentRoute.length == 4 && currentRoute[1] == "moldList") {
                     this.$router.go(0);
                 }
                 if (type == 0) {