From c0a6021982550fc2524a2d8887306259499e9e16 Mon Sep 17 00:00:00 2001 From: hy001 Date: Sun, 17 May 2026 13:59:29 +0800 Subject: [PATCH] Add console routes to gateway --- nacos_config/rc-gateway/application.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/nacos_config/rc-gateway/application.yml b/nacos_config/rc-gateway/application.yml index 52dbfb5d..0f494caf 100644 --- a/nacos_config/rc-gateway/application.yml +++ b/nacos_config/rc-gateway/application.yml @@ -108,6 +108,18 @@ spring: predicates: - Path=/play-server-notice/** + - id: service-console-go + uri: http://10.2.1.16:2900 + predicates: + - Path=/console/go,/console/go/** + filters: + - StripPrefix=2 + + - id: service-console + uri: http://10.2.1.16:2700 + predicates: + - Path=/console,/console/** + - id: service-other uri: ${LIKEI_GATEWAY_ROUTE_OTHER_URI} predicates: @@ -118,6 +130,8 @@ gateway: - /account/create - /account/login/**/* - /account/login + - /console/account/login/**/* + - /console/account/login - /account/forget-pwd-reset - /user/user-profile/open-search - /party3rd/tencent/cloud/im/callback