actor(webref): 优化代码结构和功能

- 注释掉 oauth2.vue 中的 getBackends() 调用
- 修改 sse_views.py 中的消息中心未读消息计数逻辑
- 优化 userNews.vue 中的新闻列表数据加载
This commit is contained in:
李小涛
2025-06-26 17:50:53 +08:00
parent ac3bfb6b80
commit 344f754fc7
4 changed files with 17 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ export default defineComponent({
// };
onMounted(() => {
getBackends();
// getBackends();
});
return {
...toRefs(state),