From e08d44810c02a5f1465176e87b6a64ffb9d220da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Mon, 11 Apr 2022 13:23:21 +0800 Subject: [PATCH] commit --- src/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.js b/src/main.js index 49cb5bd89..63dfcd5b5 100644 --- a/src/main.js +++ b/src/main.js @@ -62,7 +62,6 @@ import { mapMutations, mapActions } from 'vuex' import isMobile from "./store/isMobile"; // 路由拦截 router.beforeEach(function (to, from, next) { - alert(to.name) let toName = to.name let token = store.state.token let path = to.path;