|
|
|
@ -165,7 +165,8 @@ public class SystemInitService implements ISystemInitService {
|
|
|
|
|
lanMap.put(res.getLanguageCode(), res.getResourceValue());
|
|
|
|
|
|
|
|
|
|
// web 资源
|
|
|
|
|
if(res.getResourceType() == CommonEnumUtil.SYS_LOCALE_RESOURCE_TYPE.WEB.getValue()) {
|
|
|
|
|
if(res.getResourceType() == CommonEnumUtil.SYS_LOCALE_RESOURCE_TYPE.WEB.getValue()
|
|
|
|
|
||res.getResourceType() == CommonEnumUtil.SYS_LOCALE_RESOURCE_TYPE.MENU.getValue()) {
|
|
|
|
|
// web 资源
|
|
|
|
|
if (!webLangMap.containsKey(res.getLanguageCode())) {
|
|
|
|
|
webLangMap.put(res.getLanguageCode(), new HashMap<>());
|
|
|
|
|