17 lines
390 B
Plaintext
17 lines
390 B
Plaintext
// 生产环境
|
|
NODE_ENV = 'production'
|
|
|
|
// 入口地址
|
|
VUE_APP_BASE_URL = 'https://cdn.xglpa.com/tcubic/pdf/'
|
|
|
|
// 业务接口
|
|
VUE_APP_API = 'https://cdn.xglpa.com/tcubic/pdf/'
|
|
|
|
// CDN地址
|
|
VUE_APP_CDN = 'https://cdn.xglpa.com/tcubic/pdf/'
|
|
|
|
// XGL授权接口
|
|
VUE_APP_XGL_DOMAIN = https://wealth.newone.com.cn
|
|
|
|
// 招商证券授权接口
|
|
VUE_APP_ZS_DOMAIN = https://wealth.newone.com.cn |