common.config.js 185 B

1234567891011
  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. var d = new Date();
  8. global.OPERATELOGTABLE=d.getFullYear();