###
|
# @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_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://192.168.0.105:8029'
|