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