interface Window { $loading: any $message: any $dialog: any // 语言 $t: any $vue: any // 键盘按键记录 $KeyboardActive?: Set } declare interface MyResponseType { code: number; msg: string; data: any; } declare type Recordable = Record