Browse Source

网关修改

785834757 1 year ago
parent
commit
c774319d3d
1 changed files with 1 additions and 6 deletions
  1. 1 6
      gateway/src/main/resources/application.yml

+ 1 - 6
gateway/src/main/resources/application.yml

@@ -16,12 +16,7 @@ spring:
         - id: platform_route
         - id: platform_route
           uri: http://localhost:8083/
           uri: http://localhost:8083/
           predicates:
           predicates:
-            - Path=/userRole/**
-
-        - id: file_route
-          uri: http://localhost:8083/
-          predicates:
-            - Path=/file/**
+            - Path=/userRole/**,/system/**,/file/**
 
 
         - id: tenant_route
         - id: tenant_route
           uri: http://localhost:8084/
           uri: http://localhost:8084/