This commit is contained in:
X1627315083
2024-01-18 09:48:22 +08:00
parent ce9bfb2845
commit 4701fe33eb

View File

@@ -27,7 +27,7 @@ let token = getCookie("token");
// });
router.beforeEach((to, from, next) => {
if(to.name != "setIdentification"){
if(to.name == "login"){
isMurmur()
}
next();