重构界面ui

This commit is contained in:
小海
2020-04-06 20:48:40 +08:00
parent f2791ee150
commit 3ea8f63abc
601 changed files with 95141 additions and 90135 deletions

View File

@@ -0,0 +1,5 @@
import {RequestObj} from './Request';
export interface ErrDispatch {
errHandler(code: number, msg: string, request?: RequestObj): void;
}