From 21a059633d29bde9f713d4ff4851f1a3bba062a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9A=E4=B8=B9ab?= <1421553879@qq.com> Date: Tue, 29 Nov 2022 14:02:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/ResourcesApplicationController.java | 28 +++ .../jlw/resourcesApplication/indexAdmin.html | 165 ++++++++++++++++++ .../jlw/resourcesApplication/indexOther.html | 165 ++++++++++++++++++ 3 files changed, 358 insertions(+) create mode 100644 web/src/main/resources/templates/jlw/resourcesApplication/indexAdmin.html create mode 100644 web/src/main/resources/templates/jlw/resourcesApplication/indexOther.html diff --git a/web/src/main/java/com/ibeetl/jlw/web/ResourcesApplicationController.java b/web/src/main/java/com/ibeetl/jlw/web/ResourcesApplicationController.java index dbcc1f57..e6622c0d 100644 --- a/web/src/main/java/com/ibeetl/jlw/web/ResourcesApplicationController.java +++ b/web/src/main/java/com/ibeetl/jlw/web/ResourcesApplicationController.java @@ -80,6 +80,34 @@ public class ResourcesApplicationController{ return view; } + /** + *@author 姚丹 + *@data 2022/11/29 + * 应用管理端管理 + */ + @GetMapping(MODEL + "/indexAdmin.do") + @Function("resourcesApplication.query") + @ResponseBody + public ModelAndView indexAdmin() { + ModelAndView view = new ModelAndView("/jlw/resourcesApplication/indexAdmin.html") ; + view.addObject("search", ResourcesApplicationQuery.class.getName()); + return view; + } + + /** + *@author 姚丹 + *@data 2022/11/29 + * 第三方应用管理 + */ + @GetMapping(MODEL + "/indexOther.do") + @Function("resourcesApplication.query") + @ResponseBody + public ModelAndView indexOther() { + ModelAndView view = new ModelAndView("/jlw/resourcesApplication/indexOther.html") ; + view.addObject("search", ResourcesApplicationQuery.class.getName()); + return view; + } + /* 后台接口 */ @PostMapping(MODEL + "/list.json") @Function("resourcesApplication.query") diff --git a/web/src/main/resources/templates/jlw/resourcesApplication/indexAdmin.html b/web/src/main/resources/templates/jlw/resourcesApplication/indexAdmin.html new file mode 100644 index 00000000..03b6fbc2 --- /dev/null +++ b/web/src/main/resources/templates/jlw/resourcesApplication/indexAdmin.html @@ -0,0 +1,165 @@ + + + + + +
+ + 新增 + + 批量删除 + + 刷新 + +
+ +
+ + diff --git a/web/src/main/resources/templates/jlw/resourcesApplication/indexOther.html b/web/src/main/resources/templates/jlw/resourcesApplication/indexOther.html new file mode 100644 index 00000000..86be1bfd --- /dev/null +++ b/web/src/main/resources/templates/jlw/resourcesApplication/indexOther.html @@ -0,0 +1,165 @@ + + + + + +
+ + 新增 + + 批量删除 + + 刷新 + +
+ +
+ +