From c775c6953d9759e70f08acbfa8f6d7490aaae3d1 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期四, 26 九月 2024 21:13:53 +0800
Subject: [PATCH] 1
---
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