rpt_cache.js 169 B

1234567891011
  1. /**
  2. * Created by Tony on 2016/12/28.
  3. */
  4. var cache_report = {
  5. common_ctrls: null,
  6. common_fonts: null,
  7. common_styles: null
  8. }
  9. module.exports = cache_report;