9 lines
182 B
Plaintext
9 lines
182 B
Plaintext
# 开发环境
|
|
ENV = 'development'
|
|
|
|
# base api
|
|
VUE_APP_BASE_API = 'http://local.zyplayer.com:8083'
|
|
# VUE_APP_BASE_API = 'http://zyplayer.com'
|
|
|
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|