Auto Commit

上级 64a01dca
......@@ -7,6 +7,8 @@ import router from "@/router";
// const whiteList = ["/login"];
router.beforeEach(async (to, from, next) => {
console.log(to)
console.log(from)
next()
// const hasToken = localStorage.getItem("accessToken");
// if (hasToken) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册