Tip.ts 102 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 /** * 角标,枚举类:(code,msg) */ export interface Tip { code: string; msg: string; }