修复样式

This commit is contained in:
sijinhui
2024-10-03 01:48:51 +08:00
parent 0922a7fe76
commit b61a4550c3
5 changed files with 40 additions and 6 deletions

View File

@@ -198,7 +198,7 @@ export const authOptions: NextAuthOptions = {
},
// 重定向
async redirect({ url, baseUrl }) {
console.log('---------', url, new URL(url), baseUrl)
// console.log('---------', url, new URL(url), baseUrl)
return baseUrl;
}
},