fix: 增加链接授权

This commit is contained in:
zhangds 2024-03-13 14:01:12 +08:00
parent 96add12e8b
commit 5c9df0d96a
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@
req.axiosPost('/key/loginFromLink', data).then(res => {
if (res.code == 200) {
localStorage.setItem('key', keyCode);
this.wxgzAuth(res.data.is_have_webview_voucher);
localStorage.setItem('token', res.data.token);
localStorage.setItem('haskey', keyCode);
this.openDialog('正在加载商品...');