Skip to content

Commit

Permalink
fix(外链素材): 对接外链ID
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaojob committed Jun 6, 2024
1 parent 75dc67e commit 0d5abbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/router/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const routes: RouteRecordRaw[] = [
if (to.query.username && to.query.key) {
const res = await autoLogin({
username: to.query.username,
projectid: to.query.projectid,
key: to.query.key,
});
if (res.data.jwt) {
Expand Down

0 comments on commit 0d5abbf

Please sign in to comment.