mirror of https://github.com/jeecgboot/jeecg-boot
v3.8.1发布,上传前端代码(暂时注释仪表盘缓存刷新功能)
parent
8c8a448a71
commit
e45d29c4ff
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue