Blame view

.env.development 223 Bytes
renchao@pashanhoo.com committed
1 2 3
###
 # @Description: 
 # @Autor: renchao
1  
renchao@pashanhoo.com committed
4
 # @LastEditTime: 2023-05-29 10:26:00
任超 committed
5 6 7 8 9 10
ENV = 'development'
NODE_ENV=development
# base api
VUE_APP_BASE_API = '/api'

# 开发环境
1  
renchao@pashanhoo.com committed
11
VUE_APP_API_BASE_URL = 'http://192.168.2.38:8027'