index.js 87 B

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