Commit 659d7452 authored by 赵啸非's avatar 赵啸非

修改角色权限

parent 1beecf1c
...@@ -142,6 +142,22 @@ spring: ...@@ -142,6 +142,22 @@ spring:
metadata: metadata:
response-timeout: 200000 response-timeout: 200000
connect-timeout: 200000 connect-timeout: 200000
# 综合窗口中台
- id: complex-window-manager
uri: lb://complex-window-manager
predicates:
- Path=/complex/**
metadata:
response-timeout: 200000
connect-timeout: 200000
# 信息公开平台
- id: info-publish-manager
uri: lb://info-publish-manager
predicates:
- Path=/infopublish/**
metadata:
response-timeout: 200000
connect-timeout: 200000
nacos: nacos:
# Nacos 作为注册中心的配置项,对应 NacosDiscoveryProperties 配置类 # Nacos 作为注册中心的配置项,对应 NacosDiscoveryProperties 配置类
discovery: discovery:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment