mirror of
https://gitee.com/dromara/zyplayer-doc.git
synced 2026-05-14 11:22:07 +08:00
11 lines
161 B
Plaintext
11 lines
161 B
Plaintext
# 开发环境
|
|
ENV = 'development'
|
|
|
|
# base api
|
|
VITE_APP_BASE_API = 'http://local.zyplayer.com:8083/zyplayer-doc'
|
|
# VITE_APP_BASE_API = 'http://zyplayer.com'
|
|
|
|
|
|
|
|
|