From 19d4760865e9737e2b6669b89cd6400cba681215 Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Mon, 19 May 2025 09:49:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9F=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index 32c0e50..d2e0d50 100644 --- a/.env.development +++ b/.env.development @@ -4,11 +4,11 @@ NODE_ENV=development VITE_DEV=false # 请求路径 -VITE_BASE_URL='http://127.0.0.1:12080' +VITE_BASE_URL='http://192.168.0.229:12081' # VITE_BASE_URL='http://192.168.0.165:12080' # 上传路径 -VITE_UPLOAD_URL='http://127.0.0.1:12080/admin-api/infra/file/upload' +VITE_UPLOAD_URL='http://192.168.0.229:12081/admin-api/infra/file/upload' # 接口前缀 VITE_API_BASEPATH=/dev-api @@ -35,4 +35,4 @@ VITE_OUT_DIR=dist VITE_INTERFACE_URL='http://192.168.0.229:12081/magic/web/index.html' # 积木报表请求路径 -VITE_JMREPORT_BASE_URL='http://127.0.0.1:12080' \ No newline at end of file +VITE_JMREPORT_BASE_URL='http://192.168.0.229:12081' \ No newline at end of file