ソースを参照

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

sunyadv 5 年 前
コミット
1b1220a470
1 ファイル変更1 行追加1 行削除
  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("/");
                 var currentRoute = this.$route.path.split("/");
-                if (currentRoute.length == 3 && currentRoute[1] == "moldList") {
+                if (currentRoute.length == 4 && currentRoute[1] == "moldList") {
                     this.$router.go(0);
                     this.$router.go(0);
                 }
                 }
                 if (type == 0) {
                 if (type == 0) {