From 2c1dadab445eadb661c08738fc471789d4a4d2af Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期五, 18 四月 2025 15:25:27 +0800 Subject: [PATCH] fix:修改判断条件 --- .env.development | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.env.development b/.env.development index 57c3001..354d39d 100644 --- a/.env.development +++ b/.env.development @@ -1,15 +1,14 @@ -n + # 页面标题 -VITE_APP_TITLE = 后台管理系统 + VITE_APP_TITLE = 后台管理系统 # 开发环境配置 -VITE_APP_ENV = 'development' + VITE_APP_ENV = 'development' # 图片地址 -VITE_APP_IMG_BASEURL='http://192.168.0.200:8036/upload' + VITE_APP_IMG_BASEURL='/api/upload' # 南京接口 - # VITE_APP_PUBLIC_REQUEST_API = 'http://113.250.189.120:8030' - # VITE_APP_PUBLIC_REQUEST_API = 'http://113.250.189.120:8036' + # VITE_APP_PUBLIC_REQUEST_API = 'http://113.250.189.120:8038' #后端本地 - VITE_APP_PUBLIC_REQUEST_API = 'http://192.168.0.200:8036' + VITE_APP_PUBLIC_REQUEST_API = '/api' -- Gitblit v1.9.3