From 0c026f9cb1ccd39690a118af70023fe29f051388 Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期一, 14 四月 2025 17:29:38 +0800 Subject: [PATCH] fix:修改项目界面适配 --- .env.development | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.env.development b/.env.development index f3fe854..540224b 100644 --- a/.env.development +++ b/.env.development @@ -1,12 +1,14 @@ - +n # 页面标题 -VITE_APP_TITLE = 生态流量监测系统 +VITE_APP_TITLE = 后台管理系统 # 开发环境配置 VITE_APP_ENV = 'development' +# 图片地址 +VITE_APP_IMG_BASEURL='http://192.168.0.200:8036/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:8036' #后端本地 - #VITE_APP_PUBLIC_REQUEST_API = 'http://192.168.0.105:8029' + VITE_APP_PUBLIC_REQUEST_API = 'http://192.168.0.200:8036' -- Gitblit v1.9.3