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
859 B
Plaintext

VUE_APP_HTTP_BASE = 'https://test-api.hrzan.com/'
VUE_APP_HTTP = 'https://test-api.hrzan.com/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_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 = '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'