新增软件管理权限,包括申请,管理,删除,添加使用时间等
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ const clearCache = () => {
|
||||
caches.delete(key);
|
||||
});
|
||||
})
|
||||
.catch((e) => console.log(e));
|
||||
.catch((e) => console.error(e));
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user