index.js 83 B

1234567
  1. import SysLog from "./log";
  2. export default {
  3. system: {
  4. log: new SysLog()
  5. }
  6. };