v3.8.1发布,上传前端代码(暂时注释仪表盘缓存刷新功能)

This commit is contained in:
JEECG
2025-06-25 16:44:00 +08:00
parent 8c8a448a71
commit e45d29c4ff

View File

@@ -123,8 +123,9 @@
// 清除缓存
async function clearCache() {
const result = await refreshCache();
const dragRes = await refreshDragCache();
console.log('dragRes', dragRes);
//TODO 当前版本还不支持刷新缓存需要等jimibi升级
// const dragRes = await refreshDragCache();
// console.log('dragRes', dragRes);
if (result.success) {
const res = await queryAllDictItems();
removeAuthCache(DB_DICT_DATA_KEY);