From a77cd2572fae653df15a202bdcd692a8e9c44a04 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期四, 05 九月 2024 21:43:19 +0800
Subject: [PATCH] 11

---
 ycl-platform/src/main/resources/application.yml |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/ycl-platform/src/main/resources/application.yml b/ycl-platform/src/main/resources/application.yml
index 8753f26..760b682 100644
--- a/ycl-platform/src/main/resources/application.yml
+++ b/ycl-platform/src/main/resources/application.yml
@@ -28,7 +28,7 @@
 
 jwt:
   tokenHeader: Authorization #JWT瀛樺偍鐨勮姹傚ご
-  secret: luozi-admin-secret #JWT鍔犺В瀵嗕娇鐢ㄧ殑瀵嗛挜
+  secret: platform-secret #JWT鍔犺В瀵嗕娇鐢ㄧ殑瀵嗛挜
   expiration: 604800 #JWT鐨勮秴鏈熼檺鏃堕棿(60*60*24*7)
   tokenHead: 'Bearer ' #JWT璐熻浇涓嬁鍒板紑澶�
 
@@ -36,7 +36,7 @@
   database: sccg
   key:
     admin: 'ums:admin'
-    resourceList: 'ums:resourceList'
+    resourceList: 'ums:menuList'
   expire:
     common: 86400 # 24灏忔椂
 
@@ -83,3 +83,14 @@
       - /**/admin/register
       - /**/admin/info
       - /**/admin/logout
+      - /**/admin/systemInfo
+      - /dict/**
+      - /sccg-region/**
+      - /**/system/portal/logo/search
+      - /**/unauthorized/**
+      - /**/api/**
+      - /**/text/**
+      - /**/API/**
+      - /**/ding/**
+      - /**/sccg_region/**
+      - oss/sign

--
Gitblit v1.8.0