From 9f73ae7e3189cf04da6923462eedd8da267c2798 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 4 Jul 2024 11:45:10 +0800 Subject: [PATCH] 1 --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,