@@ -317,7 +317,7 @@ export default {
if (item.name == "数据统计") {
this.$msg("即将开通...");
} else {
- pageTo(item);
+ this.$util.pageTo(item);
}