refactor: 将枚举和常量从utils移动到constants
This commit is contained in:
@@ -6,7 +6,8 @@ import { computed, onMounted, ref } from 'vue';
|
||||
import { useRoute } from 'vue-router';
|
||||
|
||||
import { confirm } from '@vben/common-ui';
|
||||
import { getUrlValue, SystemUserSocialTypeEnum } from '@vben/utils';
|
||||
import { SystemUserSocialTypeEnum } from '@vben/constants';
|
||||
import { getUrlValue } from '@vben/utils';
|
||||
|
||||
import { ElButton, ElCard, ElImage, ElMessage } from 'element-plus';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user