2021-02-28 01:55:04 +08:00

8 lines
87 B
JavaScript

import SysInfo from "./info";
export default {
system: {
info: new SysInfo()
}
};