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

8 lines
83 B
JavaScript

import SysLog from "./log";
export default {
system: {
log: new SysLog()
}
};