common.config.js 472 B

123456789101112131415161718192021
  1. /**
  2. * Created by MyPC on 2019/11/5.
  3. */
  4. global.WEB_SITE_GLOBAL='/cloud/';
  5. global.CRYPTO_KEY='CLDV2_CP';
  6. global.STAFF='';
  7. //本地
  8. global.CURINGURL='http://qa.smartcost.com.cn:6060/cld';
  9. //测试服务器
  10. //global.CURINGURL='https://yhuat.smartcost.com.cn/cld';
  11. // //正式服务器
  12. // global.CURINGURL='https://yhyun.smartcost.com.cn/cld';
  13. //global.curingInterfaceConfig={'sort':['latest_login','desc']};
  14. var d = new Date();
  15. global.OPERATELOGTABLE=d.getFullYear();