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.
14 lines
525 B
14 lines
525 B
# just a flag
|
|
ENV='development'
|
|
|
|
# base api - 本地开发
|
|
VUE_APP_BASE_API = http://127.0.0.1:8000
|
|
VUE_APP_UPLOAD_API = http://127.0.0.1:8000/api/admin/upload-file
|
|
#VUE_APP_PREVIEW_API=http://view.ali251.langye.net:8012/onlinePreview
|
|
|
|
# 远程环境(备用)
|
|
#VUE_APP_BASE_API = https://saifen.ali251.langye.net
|
|
#VUE_APP_UPLOAD_API = https://saifen.ali251.langye.net/api/admin/upload-file
|
|
#VUE_APP_BASE_API = https://sepax-pdm-test.langye.net
|
|
#VUE_APP_UPLOAD_API = https://sepax-pdm-test.langye.net/api/admin/upload-file
|