common.config.js 266 B

1234567891011121314
  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.curingInterfaceConfig={'sort':['latest_login','desc']};
  9. var d = new Date();
  10. global.OPERATELOGTABLE=d.getFullYear();