index.js 87 B

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