actor(webref): 优化代码结构和功能
- 注释掉 oauth2.vue 中的 getBackends() 调用 - 修改 sse_views.py 中的消息中心未读消息计数逻辑 - 优化 userNews.vue 中的新闻列表数据加载
This commit is contained in:
@@ -40,7 +40,7 @@ export default defineComponent({
|
||||
// };
|
||||
|
||||
onMounted(() => {
|
||||
getBackends();
|
||||
// getBackends();
|
||||
});
|
||||
return {
|
||||
...toRefs(state),
|
||||
|
||||
Reference in New Issue
Block a user