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;