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

// 马鞍山企业
VUE_APP_HTTP_BASE = 'https://api.masjkqhr.com/'
// VUE_APP_HTTP = 'https://api.masjkqhr.com/corp/'
// VUE_APP_SCHOOL = 'https://api.masjkqhr.com/cp/'
VUE_APP_HTTP = 'https://api.masjkqhr.com/corp/'
VUE_APP_SCHOOL = 'https://api.masjkqhr.com/cp/'
VUE_APP_WS = 'https://api.masjkqhr.com/message/ws'
VUE_APP_REC = 'https://api.masjkqhr.com/recruitment/'
VUE_APP_MEMBER = 'https://api.masjkqhr.com/member/'
VUE_APP_AUTH = 'https://api.masjkqhr.com/auth/'
VUE_APP_POST = 'https://api.masjkqhr.com/post/'
VUE_APP_REMAIN = 'https://api.masjkqhr.com/remain/'
VUE_APP_URL = 'http://nm.hrzan.com/#/'
VUE_APP_INFO = 'http://nm.hrzan.com/'
// 判断线上线下
NODE_ENV = 'production'
VUE_APP_TYPE = '线上环境'
VUE_APP_ID = 'wx45b0df3f834cd6d4'
VUE_APP_TITLE = '马鞍山'
VUE_APP_CRYPTO_KEY = 'CXSHANGHAI1234567890'
VUE_APP_CRYPTO_IV = 'CXSHANGHAI0987654321'