perf: 发送验证码交互优化
This commit is contained in:
@ -79,7 +79,6 @@ export const useUserStore = defineStore('user', {
|
||||
const { primary_enterprise } = data;
|
||||
|
||||
if (!enterpriseStore.enterpriseInfo && !isEmpty(primary_enterprise)) {
|
||||
console.log('setEnterpriseInfo');
|
||||
enterpriseStore.setEnterpriseInfo(primary_enterprise);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user