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