vue3:测试 client、token、errorCode 模块,导出需要优化

This commit is contained in:
YunaiV
2022-11-13 19:08:32 +08:00
parent b249b11753
commit e2dba57d8f
5 changed files with 36 additions and 20 deletions

View File

@ -61,7 +61,7 @@ const handleForceLogout = (rowId: number) => {
.delConfirm()
.then(async () => {
await TokenApi.deleteAccessTokenApi(rowId)
message.success(t('common.delSuccess'))
message.success(t('common.delSuccess')) // TODO 星语:提示内容不对
})
.finally(() => {
// 刷新列表