From 1d06d69d10065870243c5d73f03306d93c7693a3 Mon Sep 17 00:00:00 2001 From: wangzenghua <1048523306@qq.com> Date: Mon, 14 Apr 2025 04:26:33 +0100 Subject: [PATCH] fix --- sub-operation-service/.env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub-operation-service/.env.development b/sub-operation-service/.env.development index 111bc91..0aa1dcc 100644 --- a/sub-operation-service/.env.development +++ b/sub-operation-service/.env.development @@ -1,5 +1,5 @@ # 开发环境 -VITE_PORT = 9527 +VITE_PORT = 9526 VITE_APP_MIAN = 'daimp-front-main' VITE_APP_MIAN_URL = 'http://localhost:9000' VITE_APP_NAME = 'sub-operation-service'