pg数据更新

This commit is contained in:
Cheng Zhou
2025-12-17 22:24:27 +08:00
parent 5d3e8667fc
commit c50ca05099
23 changed files with 7 additions and 0 deletions
+7
View File
@@ -9,6 +9,7 @@ import Tasks from "../views/Tasks.vue";
import Milestones from "../views/Milestones.vue";
import Subjects from "../views/Subjects.vue";
import SubjectDetail from "../views/SubjectDetail.vue";
import MyWorkbench from "../views/workbench/MyWorkbench.vue";
import Aes from "../views/Aes.vue";
import AeDetail from "../views/AeDetail.vue";
import DataQueries from "../views/DataQueries.vue";
@@ -43,6 +44,12 @@ const routes: RouteRecordRaw[] = [
component: Layout,
redirect: "/studies",
children: [
{
path: "workbench",
name: "MyWorkbench",
component: MyWorkbench,
meta: { title: "我的工作台" },
},
{
path: "study/home",
name: "StudyHome",
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.