.env.development
344 Bytes
###
# @Description:
# @Autor: renchao
# @LastEditTime: 2023-05-29 10:26:00
ENV = 'development'
NODE_ENV=development
# base api
VUE_APP_BASE_API = '/api'
# 开发环境
#VUE_APP_API_BASE_URL = 'http://192.168.2.38:8027'
#VUE_APP_API_BASE_URL = 'http://192.168.2.91:8027' #田浩
VUE_APP_API_BASE_URL = 'http://172.16.56.32:8027' #黄南州