Update admin/frontend profiles, contract template paths, and H5/integral routing domains to point the deployed environment from byjyw149 to czrt6. Made-with: Cursor
23 lines
647 B
Plaintext
23 lines
647 B
Plaintext
# just a flag
|
|
ENV = 'production'
|
|
|
|
# base api
|
|
# VUE_APP_BASE_API = '/prod-api'
|
|
# VUE_APP_BASE_API = 'http://127.0.0.1:8080'
|
|
# VUE_APP_BASE_API = 'https://jf.suzhouyuqi.com'
|
|
# miao33 项目
|
|
# VUE_APP_BASE_API = 'http://jfadmin.xiashengjun.com'
|
|
|
|
# czrt6 项目(池州瑞棠商贸有限公司)
|
|
VUE_APP_BASE_API = 'https://jf.czruitang.com'
|
|
|
|
# hapr191 项目(淮安鹏然商贸)
|
|
# VUE_APP_BASE_API = 'http://jfadmin.hapengran.com'
|
|
|
|
# shccd159 项目
|
|
# VUE_APP_BASE_API = 'http://ccd-jfadmin.cichude.com'
|
|
|
|
|
|
# VUE_APP_BASE_API = 'http://jfanyueadmin.szxingming.com'
|
|
# VUE_APP_BASE_API = 'http://jfadmin-bsy.bosenyuan.com'
|