后台:独立数据库,路径转发

This commit is contained in:
luying
2021-11-22 19:56:16 +08:00
parent 9d9ed77423
commit 7940e6d09d
16 changed files with 256 additions and 303 deletions

View File

@@ -3,11 +3,13 @@
import 'egg';
import ExportLog from '../../../app/middleware/log';
import ExportProxy from '../../../app/middleware/proxy';
import ExportTokenParser from '../../../app/middleware/tokenParser';
declare module 'egg' {
interface IMiddleware {
log: typeof ExportLog;
proxy: typeof ExportProxy;
tokenParser: typeof ExportTokenParser;
}
}