fix(修复登录界面验证码关闭issue): 🐛 https://gitee.com/huge-dream/django-vue3-admin/issues/I6OS75

This commit is contained in:
H0nGzA1
2023-03-21 18:01:42 +08:00
parent 256c6e4ab9
commit b5f50bdf30
6 changed files with 56 additions and 9 deletions

View File

@@ -91,4 +91,7 @@ export interface ThemeConfigStates {
export interface DictionaryStates {
data: any;
}
}
export interface ConfigStates {
systemConfig: any;
}