From ca02e431f3858686cb7ef67af37959d9d5683ebd Mon Sep 17 00:00:00 2001 From: zg Date: Wed, 15 Jul 2026 23:18:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mokee-gateway-admin/src/main/resources/application.yml | 2 +- mokee-gateway-auth/src/main/resources/application.yml | 2 +- mokee-gateway-gateway/src/main/resources/application.yml | 2 +- mokee-gateway-web/.env.development | 6 +++--- mokee-gateway-web/vite.config.ts | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mokee-gateway-admin/src/main/resources/application.yml b/mokee-gateway-admin/src/main/resources/application.yml index 3ac6576..8d712c0 100644 --- a/mokee-gateway-admin/src/main/resources/application.yml +++ b/mokee-gateway-admin/src/main/resources/application.yml @@ -1,5 +1,5 @@ server: - port: 9002 + port: 32002 spring: application: diff --git a/mokee-gateway-auth/src/main/resources/application.yml b/mokee-gateway-auth/src/main/resources/application.yml index afcdded..d5cb56c 100644 --- a/mokee-gateway-auth/src/main/resources/application.yml +++ b/mokee-gateway-auth/src/main/resources/application.yml @@ -1,5 +1,5 @@ server: - port: 9001 + port: 32001 spring: application: diff --git a/mokee-gateway-gateway/src/main/resources/application.yml b/mokee-gateway-gateway/src/main/resources/application.yml index 47235dc..ba178b7 100644 --- a/mokee-gateway-gateway/src/main/resources/application.yml +++ b/mokee-gateway-gateway/src/main/resources/application.yml @@ -1,5 +1,5 @@ server: - port: 9000 + port: 32000 spring: application: diff --git a/mokee-gateway-web/.env.development b/mokee-gateway-web/.env.development index b228ab7..732ca34 100644 --- a/mokee-gateway-web/.env.development +++ b/mokee-gateway-web/.env.development @@ -1,5 +1,5 @@ # 开发环境配置 -VITE_LOGIN_URL=http://127.0.0.1:5001 -VITE_WEB_URL=http://127.0.0.1:5001 -VITE_GATEWAY_URL=http://127.0.0.1:9000 +VITE_LOGIN_URL=http://127.0.0.1:32001 +VITE_WEB_URL=http://127.0.0.1:32001 +VITE_GATEWAY_URL=http://127.0.0.1:32000 VITE_COOKIE_DOMAIN= diff --git a/mokee-gateway-web/vite.config.ts b/mokee-gateway-web/vite.config.ts index e15a831..9a05d36 100644 --- a/mokee-gateway-web/vite.config.ts +++ b/mokee-gateway-web/vite.config.ts @@ -56,7 +56,7 @@ export default defineConfig({ }, }, server: { - port: 5001, + port: 31001, }, build: { target: 'es2015',