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'
|
|
|
|
|
|
|
|
|