@ -137,7 +137,7 @@
userDetailList.value = response.data.items
total.value = response.data.total
} else {
throw new Error('后端返回的数据格式不正确')
throw new Error('后端返回的数据格式不正确!')
}
} catch (error) {
console.error('获取用户明细数据失败', error)