.env.production 235 Bytes
Newer Older
乐宝呗666's avatar
乐宝呗666 committed
1 2 3 4 5 6 7 8
# 生产环境

# 页面 title 前缀
VUE_APP_TITLE = D2Admin Dev

NODE_ENV = "production"
# 生产环境 API
VUE_APP_BASE_API = '/'
9
VUE_APP_PUBLIC_PATH = '/front'
乐宝呗666's avatar
乐宝呗666 committed
10 11
# 生产环境 URL
VUE_APP_REQUEST_URL = 'http://111.203.232.175:8085'