@@ -27,7 +27,6 @@ router.beforeEach(async(to, from, next) => {
if (data && JSON.parse(data).uid) {
setToken(JSON.parse(data).uid);
userLogin();
- // console.log(111)
next()
} else {
// setToken("201901766");