mirror of
https://gitee.com/dromara/zyplayer-doc.git
synced 2026-05-14 19:22:09 +08:00
13 lines
203 B
Plaintext
13 lines
203 B
Plaintext
# 开发环境
|
|
ENV = 'development'
|
|
|
|
# base api
|
|
VUE_APP_BASE_API = 'http://local.zyplayer.com:8083/zyplayer-doc'
|
|
# VUE_APP_BASE_API = 'http://doc.zyplayer.com'
|
|
|
|
|
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
|
|
|
|
|
|