From e5dcbab2d1108a206bb723a5e571a22849f72145 Mon Sep 17 00:00:00 2001 From: wusijian0117 <2910410219@qq.com> Date: Wed, 18 Mar 2026 09:58:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=86=E7=B1=BB=E7=BC=96?= =?UTF-8?q?=E8=BE=91=20parentId=20=E5=AD=97=E6=AE=B5=E7=BC=BA=E5=A4=B1?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 483fe4b..fe6f9b3 100644 --- a/.env.development +++ b/.env.development @@ -12,7 +12,7 @@ ENV = 'development' # 主服务地址(端口8808) # 用途: 系统管理、用户认证、权限控制、模块开通等原有功能 -VITE_API_URL = 'http://192.168.100.84:8808/' +VITE_API_URL = 'http://192.168.100.162:8808/' # 新功能服务地址(端口8000) # 用途: 资产管理、分类、SKU、订单等新业务模块 -VITE_NEW_API_URL = 'http://192.168.100.84:8000/' +VITE_NEW_API_URL = 'http://192.168.100.162:8000/'