vue3:测试 client、token、errorCode 模块,导出需要优化
This commit is contained in:
@@ -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(() => {
|
||||
// 刷新列表
|
||||
|
Reference in New Issue
Block a user