mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-01 18:17:29 +00:00
v3.8.1发布,上传前端代码(暂时注释仪表盘缓存刷新功能)
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user