src/pages/enterprise/index.vue
@@ -43,7 +43,7 @@ $db } = getCurrentInstance().appContext.config.globalProperties onShow(() => { let data = JSON.parse($db.get('userInfo')).userCompany let data = $db.get('userInfo') ? JSON.parse($db.get('userInfo')).userCompany : null if (data) { enterpriseInfo.businessLicense = data.businessLicense enterpriseInfo.suppliername = data.suppliername //企业名称