From 20e6eab3129e0d40a2c66650deae79cbfdd46526 Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期五, 28 三月 2025 17:07:13 +0800 Subject: [PATCH] fix:修改图表配置 --- .env.development | 22 +++++++++------------- 1 files changed, 9 insertions(+), 13 deletions(-) diff --git a/.env.development b/.env.development index ade883e..c742c27 100644 --- a/.env.development +++ b/.env.development @@ -1,19 +1,15 @@ -### - # @Author: hqs elkers@163.com - # @Date: 2024-05-16 11:24:17 - # @LastEditors: Liuyi candymxq888@outlook.com - # @LastEditTime: 2024-10-22 15:10:52 - # @FilePath: \wisdom-water-factory-web\.env.development - # @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE -### +n # 页面标题 -VITE_APP_TITLE = 第四师高标准农田建设智慧灌溉信息化平台 +VITE_APP_TITLE = 后台管理系统 # 开发环境配置 VITE_APP_ENV = 'development' -# 智慧灌溉接口 - # VITE_APP_PUBLIC_REQUEST_API = 'http://113.250.189.120:8030' - VITE_APP_PUBLIC_REQUEST_API = 'https://wise.huiwuyuntong.com/farming-api' +# 图片地址 +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://192.168.0.105:8029' + VITE_APP_PUBLIC_REQUEST_API = 'http://192.168.0.200:8036' -- Gitblit v1.9.3