Blame view

.env.development 242 Bytes
1 2 3 4 5 6 7 8 9 10 11 12
###
 # @Description: 
 # @Autor: renchao
 # @LastEditTime: 2023-05-11 16:09:50
### 
# just a flag
ENV = 'development'
NODE_ENV=development
# base api
VUE_APP_BASE_API = '/api'

# 开发环境
13
VUE_APP_API_BASE_URL = 'http://192.168.2.38:8008'