You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
485 B
16 lines
485 B
6 months ago
|
# just a flag
|
||
|
ENV = 'production'
|
||
|
|
||
|
# base api
|
||
|
# VUE_APP_BASE_API = '/prod-api'
|
||
|
#VUE_APP_BASE_API = 'https://adminapi.huajibao.cn'
|
||
|
VUE_APP_BASE_API = 'https://apia.huajibao.cn'
|
||
|
# 前台地址
|
||
|
#VUE_APP_HJB_PC_URL = 'https://pc.huajibao.cn'
|
||
|
VUE_APP_HJB_PC_URL = 'https://pshop.huajibao.cn'
|
||
|
# =========================================================
|
||
|
# 前台获取文章地址
|
||
|
VUE_APP_ARTICLE_API_URL='https://apif.huajibao.cn'
|
||
|
# =========================================================
|
||
|
|