fix: login
This commit is contained in:
@@ -41,7 +41,6 @@ onMounted(() => {
|
||||
}
|
||||
ConfigService.getUserConfig().then((res: ApiResponse<ConfigState>) => {
|
||||
if (res.code === 200 && res.detail) {
|
||||
console.log(res);
|
||||
localStorage.setItem('config', JSON.stringify(res.detail))
|
||||
if (
|
||||
res.detail.notify_title &&
|
||||
|
||||
Reference in New Issue
Block a user