fix: 修复多语言获取

This commit is contained in:
Ying
2022-08-24 12:04:09 +08:00
parent 021edabb72
commit 3f310751e1
4 changed files with 7 additions and 3 deletions

View File

@@ -162,6 +162,9 @@
admin.setStorage('language', obj.symbol);
location.reload();
})
// 清空本地缓存
admin.setConfig("TabLists", undefined);
}
});