mirror of
https://github.com/weizhiqiang1995/erp-pro.git
synced 2024-12-25 00:53:20 +08:00
feat: 解决日程服务加载错误的问题
This commit is contained in:
parent
2297bf8b24
commit
6c94a268aa
1 changed files with 1 additions and 7 deletions
|
@ -68,13 +68,7 @@ spring:
|
|||
- id: adm
|
||||
uri: lb://skyeye-adm-${spring.profiles.active}
|
||||
predicates:
|
||||
- Path=/${spring.profiles.active}/adm/**,/${spring.profiles.active}/survey/**,/${spring.profiles.active}/note/**,/${spring.profiles.active}/knowlg/**,/${spring.profiles.active}/mail/**,/${spring.profiles.active}/diskCloud/**,/${spring.profiles.active}/email/**,/${spring.profiles.active}/notice/**,/${spring.profiles.active}/businessFlow/**,/${spring.profiles.active}/forum/**,/${spring.profiles.active}/jobdiary/**,/${spring.profiles.active}/ehr/**,/${spring.profiles.active}/lightApp/**
|
||||
filters:
|
||||
- StripPrefix=2
|
||||
- id: schedule
|
||||
uri: lb://skyeye-schedule-${spring.profiles.active}
|
||||
predicates:
|
||||
- Path=/${spring.profiles.active}/schedule/**
|
||||
- Path=/${spring.profiles.active}/adm/**,/${spring.profiles.active}/survey/**,/${spring.profiles.active}/note/**,/${spring.profiles.active}/knowlg/**,/${spring.profiles.active}/mail/**,/${spring.profiles.active}/diskCloud/**,/${spring.profiles.active}/email/**,/${spring.profiles.active}/notice/**,/${spring.profiles.active}/businessFlow/**,/${spring.profiles.active}/forum/**,/${spring.profiles.active}/jobdiary/**,/${spring.profiles.active}/ehr/**,/${spring.profiles.active}/lightApp/**,/${spring.profiles.active}/schedule/**
|
||||
filters:
|
||||
- StripPrefix=2
|
||||
- id: wages
|
||||
|
|
Loading…
Reference in a new issue