【添加】jeecg字样去除

This commit is contained in:
zer0Black
2021-03-12 17:58:56 +08:00
parent ed22cee030
commit 823866b7d1
28 changed files with 693 additions and 725 deletions
@@ -47,7 +47,7 @@ public class NgAlainController {
j.put("menu",ngAlainService.getMenu(user.getUsername()));
JSONObject app = new JSONObject();
app.put("name", "jero-boot-angular");
app.put("description", "jeecg+ng-alain整合版本");
app.put("description", "jero+ng-alain整合版本");
j.put("app", app);
return j;
}