From c29c0efe096aed6d8349f227f909508f8a49c16a Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期一, 31 三月 2025 16:52:07 +0800 Subject: [PATCH] fix:修改首页标点 --- .env.development | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.env.development b/.env.development index 6911e80..c742c27 100644 --- a/.env.development +++ b/.env.development @@ -6,7 +6,7 @@ VITE_APP_ENV = 'development' # 图片地址 -VITE_APP_IMG_BASEURL = 'http://192.168.0.200:8036/upload' +VITE_APP_IMG_BASEURL='http://192.168.0.200:8036/upload' # 金川接口 # VITE_APP_PUBLIC_REQUEST_API = 'http://113.250.189.120:8030' -- Gitblit v1.9.3