loulijun2021
2023-09-13 8afc9acc4a126e2b3f72251ea4be07173387f0eb
1
2
3
4
5
6
7
8
9
10
# just a flag
ENV = 'production'
 
# base api
VUE_APP_BASE_API = '/apis/'
 
VUE_APP_BASE_API_BASE = '/base/'
 
# 文件下载地址   下载数据模板地址
VUE_APP_BASE_API_FILE = 'http://121.196.36.24:8001'