24 lines
539 B
Plaintext
24 lines
539 B
Plaintext
# just a flag
|
|
ENV = 'development'
|
|
|
|
# base api
|
|
#VUE_APP_BASE_API = 'http://p1.hzs413.com/inter-api/'
|
|
|
|
# 演示环境
|
|
#VUE_APP_BASE_API = 'https://p1.hzs413.com/inter-api/'
|
|
VUE_APP_BASE_API = 'http://localhost:8080'
|
|
|
|
# VUE_APP_BASE_API = 'http://192.168.110.4:8080'
|
|
|
|
#jiang
|
|
#VUE_APP_BASE_API = 'http://192.168.31.160:8080'
|
|
#jing
|
|
#VUE_APP_BASE_API = 'http://192.168.31.137:8080'
|
|
#sui
|
|
#VUE_APP_BASE_API = 'http://192.168.31.243:8080'
|
|
#cao
|
|
#VUE_APP_BASE_API = 'http://192.168.31.209:8080'
|
|
|
|
#hui
|
|
#VUE_APP_BASE_API = 'http://192.168.31.143:8080'
|