调整dashboard项目结构
This commit is contained in:
@@ -27,7 +27,7 @@ function WxWorkLoginCallbackContent() {
|
||||
|
||||
const ticket = searchParams.get("ticket")?.trim() ?? ""
|
||||
const next = searchParams.get("next")
|
||||
const nextPath = next && next.startsWith("/") ? next : "/"
|
||||
const nextPath = next && next.startsWith("/") ? next : "/dashboard"
|
||||
|
||||
if (!ticket) {
|
||||
toast.error("企业微信登录票据不存在")
|
||||
|
||||
Reference in New Issue
Block a user