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

pull/8499/head
JEECG 2025-06-25 16:44:00 +08:00
parent 8c8a448a71
commit e45d29c4ff
1 changed files with 3 additions and 2 deletions

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);