Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
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
htoooth
6 years ago
Commit
0ebcb6742632498397c1ecd6d1dc0bdd8666921f
1 parent
6e0ae381
fix needlogin
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
apps/pages/single/license/license.vue
apps/pages/single/license/license.vue
View file @
0ebcb67
...
...
@@ -36,7 +36,9 @@ export default {
},
mounted() {
if (this.needLogin) {
this.$yoho.goLogin({});
setTimeout(() => {
this.$yoho.goLogin({});
}, 1000);
}
}
};
...
...
Please
register
or
login
to post a comment