Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2019-10-08 16:48:07 +0800
Commit
958fb8c5e0a65b7ec4eb86415fa5c41b4334c536
1 parent
7d409ba8
fix third refer
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
apps/entry-client.js
apps/entry-client.js
View file @
958fb8c
...
...
@@ -47,9 +47,7 @@ Vue.use(Bind);
yoho
.
auth
=
async
(
loginUrl
)
=>
{
// let user = await sdk.getUser();
let
user
=
''
;
let
user
=
await
sdk
.
getUser
();
if
(
user
&&
user
.
uid
)
{
return
user
;
...
...
Please
register
or
login
to post a comment