diff --git a/src/pages/List.vue b/src/pages/List.vue index c24542eb7..0cb81e262 100644 --- a/src/pages/List.vue +++ b/src/pages/List.vue @@ -13,7 +13,7 @@ export default { MonitorList, }, async mounted() { - if (!mobile.computed.isMobile()) { + if (!this.$root.isMobile) { this.$router.push("/dashboard"); } },