后台:增加后台数据库表,修复连接问题

This commit is contained in:
luying
2021-11-23 13:34:53 +08:00
parent 7940e6d09d
commit f69ac140fb
14 changed files with 84 additions and 39 deletions

View File

@@ -61,6 +61,7 @@ export default class Utils extends Service {
public log(level: 'DEBUG'|'INFO'|'WARN'| 'ERROR', message: string) {
const log = this.app.loggers.get('linkLogger');
console.log(message);
if(level == 'DEBUG') {
log.error(`${message}`);
} else if (level == 'INFO') {