fixes
This commit is contained in:
parent
29509c005a
commit
4ffb843e46
|
@ -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"}
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue