This commit is contained in:
rakesh 2022-01-24 18:24:49 +05:30
parent 29509c005a
commit 4ffb843e46
2 changed files with 6 additions and 2 deletions

View File

@ -1 +1 @@
{"branch_name":"dev","last_commit_date":"2022-01-24T12:20:04.000Z","last_commit_author":"rakesh","last_commit_hash":"e1f84cc625b52b02d5f72d000cb3486c6d7446aa"}
{"branch_name":"beta","last_commit_date":"2022-01-24T12:46:48.000Z","last_commit_author":"anju j","last_commit_hash":"29509c005abdd92691f4543999a119df3fd403c0"}

View File

@ -433,7 +433,11 @@ export default {
}
},
},
created() {},
async created() {
if (this.userAuth) {
await this.$store.dispatch("accountOne/basicInfo");
}
},
};
</script>
<style src="./Header.scss" lang="scss" />