From 659d9d31ab3420b5fde4ae76973c89279fd48834 Mon Sep 17 00:00:00 2001 From: elkers <elkers@163.com> Date: 星期六, 25 一月 2025 17:03:26 +0800 Subject: [PATCH] 优化 --- .env.development | 15 ++++----------- 1 files changed, 4 insertions(+), 11 deletions(-) diff --git a/.env.development b/.env.development index ade883e..f3fe854 100644 --- a/.env.development +++ b/.env.development @@ -1,19 +1,12 @@ -### - # @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 -### + # 页面标题 -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_PUBLIC_REQUEST_API = 'http://113.250.189.120:8036' #后端本地 #VITE_APP_PUBLIC_REQUEST_API = 'http://192.168.0.105:8029' -- Gitblit v1.9.3