9 lines
183 B
Plaintext
9 lines
183 B
Plaintext
# 生产环境配置
|
|
ENV = 'production'
|
|
|
|
# pei你看雪博客/生产环境
|
|
VUE_APP_BASE_API = 'http://120.53.247.15/prod-api'
|
|
|
|
# app图片地址
|
|
VUE_APP_IMG = 'http://120.53.247.15/'
|