取消插件模式 不再对插件提供支持

This commit is contained in:
QM303176530
2020-08-29 21:26:45 +08:00
parent 602a64b879
commit be8bac1ea1
5 changed files with 0 additions and 55 deletions

View File

@@ -45,7 +45,6 @@ export default {
params[item.key] = item.value;
}
});
console.log(query, params);
if (index === this.$route.name) return;
this.$router.push({ name: index, query, params });
}