Skip to content

Commit

Permalink
🐞 fix: 修复二维码生成失败
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonBegonia committed Jul 28, 2021
1 parent b6b842e commit a75c2dd
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 9 deletions.
1 change: 1 addition & 0 deletions backend/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ router.get('/api/qrcode', async (ctx) => {
okl_token: user.okl_token,
cookies: user.cookies,
QRCode: user.QRCode,
ua: user.ua,
};
});

Expand Down
1 change: 0 additions & 1 deletion backend/static/assets/index.50766d05.js

This file was deleted.

Loading

0 comments on commit a75c2dd

Please sign in to comment.