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

This commit is contained in:
YunaiV
2023-11-04 14:37:23 +08:00
parent ac7f1e29fb
commit a9b91e7436
8 changed files with 98 additions and 226 deletions

View File

@ -34,7 +34,7 @@ defineOptions({ name: 'SystemLoginLogDetail' })
const dialogVisible = ref(false) // 弹窗的是否展示
const detailLoading = ref(false) // 表单的加载中
const detailData = ref() // 详情数据
const detailData = ref({}) // 详情数据
/** 打开弹窗 */
const open = async (data: LoginLogApi.LoginLogVO) => {