Update login
Some checks failed
Deploy Login / deploy (push) Has been cancelled
Deploy Login / cleanup (push) Has been cancelled

This commit is contained in:
ThienPhamVan
2026-04-08 09:16:58 +07:00
parent 0ef38cb718
commit df8d798310
3 changed files with 14 additions and 3 deletions

View File

@@ -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: {