|
@@ -267,6 +267,7 @@ export default {
|
|
console.log("getCompanyInfo", res);
|
|
console.log("getCompanyInfo", res);
|
|
this.$mc.vuex("vuex_name", res.data.userName);
|
|
this.$mc.vuex("vuex_name", res.data.userName);
|
|
this.$mc.vuex("vuex_company_id", res.data.id);
|
|
this.$mc.vuex("vuex_company_id", res.data.id);
|
|
|
|
+ this.$mc.vuex("vuex_user", res.data);
|
|
this.companyLogo = res.data.logoFileList[0]?.filesUrl;
|
|
this.companyLogo = res.data.logoFileList[0]?.filesUrl;
|
|
this.companyImg = res.data.companyfileList;
|
|
this.companyImg = res.data.companyfileList;
|
|
})
|
|
})
|