diff --git a/src/store/auth/index.js b/src/store/auth/index.js index 1359269..762cc9c 100644 --- a/src/store/auth/index.js +++ b/src/store/auth/index.js @@ -219,7 +219,6 @@ export const useAuth=createGlobalState(()=>{ if (res.data.status===1){ message.warning('您已经报名') await getDetail() - console.log('router',router) router.push({ path: '/details', })