新增软件管理权限,包括申请,管理,删除,添加使用时间等

This commit is contained in:
2024-12-27 21:49:11 +08:00
parent ae15530766
commit 7781c6c95c
36 changed files with 728 additions and 74 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const clearCache = () => {
caches.delete(key);
});
})
.catch((e) => console.log(e));
.catch((e) => console.error(e));
}
};