/*系统启动后要做初始化*/ module.exports = (app) => { console.log("启动完成"); }