Browse Source

增加电子标签系统

guozhibo 4 năm trước cách đây
mục cha
commit
dafee768ca
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/main/resources/Application.yml

+ 4 - 0
src/main/resources/Application.yml

@@ -52,6 +52,10 @@ spring:
           uri: lb://mes-schedule-server
           predicates:
             - Path=/mesSchedule/**
+        - id: wms-label
+          uri: http://127.0.0.1:8088/wms/login/userLogin
+          predicates:
+            - Path=/wms/login/**
         # 正式的环境去掉该配置
         - id: pc_client
           uri: http://127.0.0.1:8081