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'