common.config.js 529 B

1234567891011121314151617181920212223
  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.BUILD_CURINGURL='http://qa.smartcost.com.cn:6060/cld';
  13. // 大司空
  14. // global.BUILD_CURINGURL='https://yhyun.smartcost.com.cn/cld';
  15. //global.curingInterfaceConfig={'sort':['latest_login','desc']};
  16. var d = new Date();
  17. global.OPERATELOGTABLE=d.getFullYear();