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.

21 lines
885 B
Plaintext

VUE_APP_HTTP_BASE = 'https://saas.api.zanhr.com/'
VUE_APP_HTTP = 'https://saas.api.zanhr.com/corp/'
VUE_APP_SCHOOL = 'https://saas.api.zanhr.com/cp/'
VUE_APP_WS = 'https://saas.api.zanhr.com/message/ws'
VUE_APP_REC = 'https://saas.api.zanhr.com/recruitment/'
VUE_APP_MEMBER = 'https://saas.api.zanhr.com/member/'
VUE_APP_AUTH = 'https://saas.api.zanhr.com/auth/'
VUE_APP_POST = 'https://saas.api.zanhr.com/post/'
VUE_APP_GOURL = 'http://yanchengcx.hrzan.com/#/home'
VUE_APP_INFO = 'http://yanchengcx.hrzan.com/'
VUE_APP_REMAIN = 'https://saas.api.zanhr.com/remain/'
VUE_APP_URL = 'http://yanchengcx.hrzan.com/#/'
VUE_APP_INFO = 'http://yanchengcx.hrzan.com'
// 判断线上线下
NODE_ENV = 'production'
VUE_APP_TYPE = '线上环境'
VUE_APP_ID = 'wx94e95edd0f688091'
VUE_APP_TITLE = '创薪云'
VUE_APP_CRYPTO_KEY = 'CXSHANGHAI1234567890'
VUE_APP_CRYPTO_IV = 'CXSHANGHAI0987654321'