|
|
@ -78,8 +78,8 @@ public class AppSettingsMgr { |
|
|
|
return AppRet.success(dbGetAppSettings()); |
|
|
|
} |
|
|
|
|
|
|
|
@EnginnerPageAction(name = "getAppSetting") |
|
|
|
public AppRet<List<String>> getGroups() { |
|
|
|
@EnginnerPageAction(name = "getTabs") |
|
|
|
public AppRet<List<String>> getTabs() { |
|
|
|
List<String> groups = new ArrayList<>(); |
|
|
|
for (AppSettingTab group : AppSettingTab.values()) { |
|
|
|
groups.add(group.name()); |
|
|
|