app/src/main/java/com/example/firstapp/ui/home/HomeViewModel.kt
@@ -205,8 +205,8 @@ CategoryConfig(1, "快递", 0, true), CategoryConfig(2, "还款", 1, true), CategoryConfig(3, "收入", 2, true), CategoryConfig(4, "航班", 3, true), CategoryConfig(5, "火车票", 4, true) // CategoryConfig(4, "航班", 3, true), // CategoryConfig(5, "火车票", 4, true) ) } @@ -379,6 +379,8 @@ // 只清除内存中的数据 _categories.value = emptyList() categoriesLoaded = false // 删除token PreferencesManager.clearUserData() } }