fix: 修改语言切换

This commit is contained in:
MTrun
2021-12-22 15:31:20 +08:00
parent 5cfdcc68b7
commit 5cbdbf137d
16 changed files with 151 additions and 140 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
interface Window {
$loading: any;
$message: any;
$dialog: any;
$loading: any
$message: any
$dialog: any
$t: any
}
declare type Recordable<T = any> = Record<string, T>;
declare type Recordable<T = any> = Record<string, T>