@@ -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) {