兰宝车间质量管理系统-前端
疯狂的狮子Li
2023-12-23 1d557a24f9370a7f21412ef21a2f0df594eae86b
src/views/system/user/profile/thirdParty.vue
@@ -51,14 +51,12 @@
<script lang="ts" setup>
import { authUnlock, authBinding } from '@/api/system/social/auth';
import { PropType } from 'vue';
import { propTypes } from '@/utils/propTypes';
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
const props = defineProps({
  auths: {
    type: Object as PropType<any>
  }
  auths: propTypes.any.isRequired
});
const auths = computed(() => props.auths);