From ba4993e6eb1c9456d4c40a186fd8284ad7ad9ac2 Mon Sep 17 00:00:00 2001 From: lizijie <lzjiiie@163.com> Date: Thu, 15 Apr 2021 17:44:26 +0800 Subject: [PATCH] 添加列表根据父菜单和order排序 --- screen-manage/src/main/resources/application-dev.yml | 25 ++++++++----------------- 1 files changed, 8 insertions(+), 17 deletions(-) diff --git a/screen-manage/src/main/resources/application-dev.yml b/screen-manage/src/main/resources/application-dev.yml index d865d5a..5e3b8e1 100644 --- a/screen-manage/src/main/resources/application-dev.yml +++ b/screen-manage/src/main/resources/application-dev.yml @@ -13,6 +13,8 @@ spring: profiles: active: dev + include: + moduleFormColumn application: name: screen-manage redis: @@ -117,24 +119,12 @@ - /swagger-ui.html - /swagger-resources/** - /webjars/** - - /logout - - /account/insert - - /account/query - - /account/update - - /account/delete - - /account/yanzhengma - - /verificationCode/get - - /verificationCode/verify - - /verificationCode/config - - /organization/insert - - /organization/update - - /organization/delete + - /verificationCode/** + - /system/** - - /role/getAllManageRole - - /role/getManageRoleByNameFuzzy - - /role/updateRoleMenu - - /menu/getAllManageMenu - - /menu/getManageMenuByNameFuzzy + - /role/** + - /menu/** + - /api/** AES: KEY: AD42F7787B035B7580000EF93BE20BAD @@ -142,3 +132,4 @@ KEY: foh3wi2ooghiCh5 + -- Gitblit v1.8.0