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.
22 lines
796 B
Plaintext
22 lines
796 B
Plaintext
VUE_APP_HTTP_BASE = 'http://8.136.13.198/'
|
|
VUE_APP_HTTP = 'http://8.136.13.198/corp/'
|
|
VUE_APP_SCHOOL = 'http://8.136.13.198/cp/'
|
|
VUE_APP_WS = 'http://8.136.13.198/message/ws'
|
|
VUE_APP_REC = 'http://8.136.13.198/recruitment/'
|
|
VUE_APP_MEMBER = 'http://8.136.13.198/member/'
|
|
VUE_APP_AUTH = 'http://8.136.13.198/auth/'
|
|
VUE_APP_REMAIN = 'http://8.136.13.198/remain/'
|
|
VUE_APP_POST = 'http://8.136.13.198/post/'
|
|
VUE_APP_URL = 'http://test-cxzx.hrzan.com/industrial/#/'
|
|
VUE_APP_INFO = 'http://nm.hrzan.com/'
|
|
|
|
// 判断线上线下
|
|
NODE_ENV = 'dev'
|
|
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://192.168.110.140' |