You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
896 B
Plaintext
23 lines
896 B
Plaintext
VUE_APP_HTTP_BASE = 'https://test-api.hrzan.com/'
|
|
VUE_APP_HTTP = 'http://8.136.13.198/corp/'
|
|
VUE_APP_SCHOOL = 'https://test-api.hrzan.com/cp/'
|
|
VUE_APP_WS = 'https://test-api.hrzan.com/message/ws'
|
|
VUE_APP_REC = 'https://test-api.hrzan.com/recruitment/'
|
|
// VUE_APP_MEMBER = 'https://test-api.hrzan.com/member/'
|
|
VUE_APP_MEMBER = 'http://test1.hrzan.com/'
|
|
VUE_APP_AUTH = 'https://test-api.hrzan.com/auth/'
|
|
VUE_APP_REMAIN = 'https://test-api.hrzan.com/remain/'
|
|
VUE_APP_POST = 'https://test-api.hrzan.com/post/'
|
|
VUE_APP_URL = 'http://test-cxzx.hrzan.com/industrial/#/'
|
|
VUE_APP_INFO = 'http://nm.hrzan.com/'
|
|
|
|
// 判断线上线下
|
|
NODE_ENV = 'test'
|
|
VUE_APP_TYPE = '测试环境'
|
|
VUE_APP_ID = 'wx94e95edd0f688091'
|
|
VUE_APP_TITLE = '马鞍山'
|
|
VUE_APP_CRYPTO_KEY = 'CXSHANGHAI1234567890'
|
|
VUE_APP_CRYPTO_IV = 'CXSHANGHAI0987654321'
|
|
|
|
// 本地链接只支持dev跳转
|
|
VUE_APP_DEV_LINK = 'http://8.136.47.196' |