pg数据更新
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user