Skip to content

Commit 7cb58b0

Browse files
committed
fix: Dialogue interface parameters are missing
1 parent c1a403b commit 7cb58b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/src/router/chat/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ router.beforeEach(
5252
params: {
5353
accessToken: to.params.accessToken,
5454
},
55+
query: to.query,
5556
})
5657
return
5758
} else {
@@ -102,6 +103,7 @@ router.beforeEach(
102103
params: {
103104
accessToken: to.params.accessToken,
104105
},
106+
query: to.query,
105107
})
106108
}
107109
return

0 commit comments

Comments
 (0)