Update login
This commit is contained in:
@@ -45,6 +45,8 @@ export default {
|
||||
}
|
||||
if (this.$route.query.link) this.$store.commit('updateLink', { link: this.$route.query.link });
|
||||
if (this.$route.query.iframe) this.$store.commit('updateStore', { name: 'iframe', data: this.$route.query.iframe });
|
||||
if (this.$route.query.module) this.$store.commit('updateStore', { name: 'module', data: this.$route.query.module });
|
||||
|
||||
},
|
||||
computed: {
|
||||
ismobile: {
|
||||
|
||||
Reference in New Issue
Block a user