优化:社交登录、用户的管理

This commit is contained in:
shizhong 2024-03-05 17:47:17 +08:00
parent 98fc2fe327
commit 18e7aea217

View File

@ -43,7 +43,7 @@ const [registerTable, { exportList }] = useXTable({
})
//
const detailData = ref() // Ref
const detailData = ref({}) // Ref
const dialogVisible = ref(false) //
const dialogTitle = ref(t('action.detail')) //
//