From 99bdd52dbeb2de59ee8116d254c37dd138dd6909 Mon Sep 17 00:00:00 2001 From: xingyy <373639591@qq.com> Date: Mon, 19 Aug 2024 10:23:18 +0800 Subject: [PATCH] 12312 --- src/store/auth/index.js | 1 - 1 file changed, 1 deletion(-) 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', })