14 lines
243 B
Plaintext
14 lines
243 B
Plaintext
# 生产环境
|
|
|
|
# 指定构建模式
|
|
VITE_APP_ENV = 'production'
|
|
|
|
|
|
|
|
# base_url
|
|
# VITE_APP_BASE_URL='https://m.livejinan.cn/platform'
|
|
VITE_APP_BASE_URL='http://123.57.142.182:8081/platform'
|
|
|
|
|
|
|
|
VITE_APP_TITLE='济南移动直播平台移动端' |