[update 飞书跳转] 飞书跳转完善

This commit is contained in:
danshihao
2024-07-30 16:59:57 +08:00
parent e8c99aea15
commit 38671ce5d6
+2
View File
@@ -76,6 +76,8 @@ router.beforeEach(async (to, from, next) => {
// 去掉重定向的参数,然后跳转对应页面
const query = Object.assign({}, to.query)
delete query.finalRedirectPage
delete query.code
delete query.state
next({
path: to.query.finalRedirectPage,
replace: true,