diff --git a/src/App.vue b/src/App.vue index 7cc1b29c..acafc069 100644 --- a/src/App.vue +++ b/src/App.vue @@ -112,7 +112,7 @@ export default { "$route.path": { handler() { if (this.$route.path === "/login") { - this.$refs.browserTip.open(); + // this.$refs.browserTip.open(); } }, immediate: true,