修复首页导航栏样式问题
This commit is contained in:
@@ -25,7 +25,7 @@ export async function proxy(request: NextRequest) {
|
||||
}
|
||||
}
|
||||
catch (e) {
|
||||
console.log('❌ 刷新访问令牌失败', e)
|
||||
console.log('刷新访问令牌失败', request.url, (e as Error).message)
|
||||
}
|
||||
|
||||
// 验证访问令牌
|
||||
|
||||
Reference in New Issue
Block a user