czh-20260609-增加门户卡片数据获取前端接口;增加顶部栏相应logo

This commit is contained in:
zhihao
2026-06-09 09:45:31 +08:00
parent 4828b52c73
commit 8185bb9bf4
12 changed files with 248 additions and 164 deletions
@@ -112,9 +112,9 @@
function goMore() {
if (activeTab.value === 'todo') {
router.push('/task/myHandleTaskInfo');
router.push('/task/myTodoTaskInfo');
} else {
router.push('/task/myCcTaskList');
router.push('/task/myCcTaskListInfo');
}
}