opt: optimize the build script and docker-compose yaml file

This commit is contained in:
RockYang
2023-07-31 17:31:02 +08:00
parent 9eafd3e6ca
commit 55459a4f42
5 changed files with 9 additions and 9 deletions

View File

@@ -132,7 +132,7 @@ const save = function () {
const remove = function (row) {
httpGet('/api/admin/apikey/remove?id=' + row.id).then(() => {
ElMessage.success("删除成功")
item.value = removeArrayItem(items.value, row, (v1, v2) => {
items.value = removeArrayItem(items.value, row, (v1, v2) => {
return v1.id === v2.id
})
}).catch((e) => {