update
This commit is contained in:
parent
74e6b3b6db
commit
bd1cfd9848
|
|
@ -34,7 +34,7 @@ public class AceExt {
|
||||||
if (null == ShiroKit.getUser()) {
|
if (null == ShiroKit.getUser()) {
|
||||||
return "ace-dark.css";
|
return "ace-dark.css";
|
||||||
}
|
}
|
||||||
Map<String, String> theme = CacheKit.get(ConstCache.FILE_CACHE, ConstCacheKey.ACE_THEME + ShiroKit.getUser().getId(), new ILoader() {
|
Map<String, String> theme = CacheKit.get(ConstCache.SYS_CACHE, ConstCacheKey.ACE_THEME + ShiroKit.getUser().getId(), new ILoader() {
|
||||||
public Object load() {
|
public Object load() {
|
||||||
Map<String, String> map = new HashMap<String, String>();
|
Map<String, String> map = new HashMap<String, String>();
|
||||||
map.put("ace", "ace-dark.css");
|
map.put("ace", "ace-dark.css");
|
||||||
|
|
|
||||||
|
|
@ -406,7 +406,7 @@ public class CacheController extends BaseController {
|
||||||
if (null == ShiroKit.getUser()) {
|
if (null == ShiroKit.getUser()) {
|
||||||
return error("error");
|
return error("error");
|
||||||
}
|
}
|
||||||
Map<String, String> theme = CacheKit.get(ConstCache.FILE_CACHE, ConstCacheKey.ACE_THEME + ShiroKit.getUser().getId() , new ILoader() {
|
Map<String, String> theme = CacheKit.get(ConstCache.SYS_CACHE, ConstCacheKey.ACE_THEME + ShiroKit.getUser().getId() , new ILoader() {
|
||||||
public Object load() {
|
public Object load() {
|
||||||
Map<String, String> map = new HashMap<String, String>();
|
Map<String, String> map = new HashMap<String, String>();
|
||||||
map.put("ace", "ace-dark.css");
|
map.put("ace", "ace-dark.css");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user