feat:跳转处理
This commit is contained in:
parent
0125e414d8
commit
25be76c109
|
@ -103,7 +103,9 @@ export default function XcxLoginPage() {
|
|||
let callBack = urlParams.get("callBack")
|
||||
if (callBack) {
|
||||
console.log({queryString}, decodeURIComponent(callBack))
|
||||
router.push(decodeURIComponent(callBack))
|
||||
window.location.href=decodeURIComponent(callBack)
|
||||
// 使用router重複添加了todo
|
||||
// router.push(decodeURIComponent(callBack))
|
||||
} else {
|
||||
router.push('/task/project')
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue