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
6ca1fc639c653d99ee5e2b430d3b2aa3c50f3116
1 parent
43c2ce24
add request login
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
apps/pages/single/license/license.vue
apps/store/license/form/index.js
apps/pages/single/license/license.vue
View file @
6ca1fc6
...
...
@@ -27,7 +27,7 @@ export default {
methods: {
},
computed: {
...mapState(['status'
, 'needLogin'
])
...mapState(['status'])
},
components: {
FormPage,
...
...
@@ -35,11 +35,6 @@ export default {
LayoutApp
},
mounted() {
if (this.needLogin) {
this.$yoho.ready(() => {
this.$yoho.goLogin({});
});
}
}
};
</script>
...
...
apps/store/license/form/index.js
View file @
6ca1fc6
...
...
@@ -8,8 +8,7 @@ export default function() {
fetching
:
false
,
token
:
false
,
status
:
-
1
,
message
:
''
,
needLogin
:
false
message
:
''
},
actions
,
mutations
...
...
Please
register
or
login
to post a comment