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.

24 lines
876 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:9043/'
VUE_APP_WS = 'http://8.136.13.198:9047/ws'
VUE_APP_REC = 'http://8.136.13.198:9049/'
//VUE_APP_MEMBER = 'http://8.136.13.198:9046/'
VUE_APP_MEMBER = 'http://8.136.13.198/member/'
VUE_APP_NEW_MEMBER = 'http://test1.hrzan.com/'
VUE_APP_AUTH = 'http://8.136.13.198:9041/'
VUE_APP_REMAIN = 'http://8.136.13.198:9050/'
VUE_APP_POST = 'http://8.136.13.198:9048/'
VUE_APP_URL = 'http://192.168.110.115/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'