From 12e26ef1e17daa151cf53ad60705d9bbbddeb168 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期四, 29 十二月 2022 14:59:41 +0800
Subject: [PATCH] fix: 获取部门树为启用的
---
ycl-platform/src/main/resources/application.yml | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/ycl-platform/src/main/resources/application.yml b/ycl-platform/src/main/resources/application.yml
index 8b3a186..a5c6f78 100644
--- a/ycl-platform/src/main/resources/application.yml
+++ b/ycl-platform/src/main/resources/application.yml
@@ -36,7 +36,7 @@
database: sccg
key:
admin: 'ums:admin'
- resourceList: 'ums:resourceList'
+ resourceList: 'ums:menuList'
expire:
common: 86400 # 24灏忔椂
@@ -84,3 +84,9 @@
- /**/admin/info
- /**/admin/logout
- /dict/**
+ - /sccg-region/**
+ - /**/system/portal/logo/search
+ - /**/unauthorized/**
+ - /**/api/**
+ - /**/text/**
+ - /**/API/**
--
Gitblit v1.8.0