diff --git a/src/interface/request/main/main.ts b/src/interface/request/main/main.ts index 5ea957a3..08fbe66c 100644 --- a/src/interface/request/main/main.ts +++ b/src/interface/request/main/main.ts @@ -464,7 +464,7 @@ const menuList = readonly([ // }, // ], // }, - // ], + // ], // }, ]); @@ -472,7 +472,7 @@ const tabList = readonly([ { no: 1, label: "การเข้าสู่ระบบ", - path: "", + path: "/manual", childern: [ { no: 1.1, @@ -505,13 +505,13 @@ const tabList = readonly([ path: "/login/noti", } ] - }, + }, { no: 2, label: "ระบบข้อมูลหลัก", - path: "", + path: "/Datamain", childern: [ { no: 2.1, @@ -555,7 +555,7 @@ const tabList = readonly([ { no: 3, label: "ระบบโครงสร้างอัตรากำลัง", - path: "", + path: "/Structuremain", childern: [ { no: 3.1, @@ -605,7 +605,7 @@ const tabList = readonly([ { no: 4, label: "ระบบทะเบียนประวัติ", - path: "", + path: "/Registrationmain", childern: [ { no: 4.1, @@ -644,7 +644,7 @@ const tabList = readonly([ { no: 5, label: "หน้าจัดการระบบสรรหา", - path: "", + path: "/Recruitmain", childern: [ { no: 5.1, @@ -664,7 +664,7 @@ const tabList = readonly([ { no: 5.31, label: "จัดการรอบสอบการแข่งขัน", - path: "/Recruit/managecompet", + path: "/Recruit/managecompet", }, { no: 5.32, @@ -681,7 +681,7 @@ const tabList = readonly([ { no: 5.41, label: "จัดการรอบคัดเลือก", - path: "/Recruit/qualifiers", + path: "/Recruit/qualifiers", }, { no: 5.42, diff --git a/src/modules/01_manual/components/3_Structure/31_Main.vue b/src/modules/01_manual/components/3_Structure/31_Main.vue index 7a482969..d315baf8 100644 --- a/src/modules/01_manual/components/3_Structure/31_Main.vue +++ b/src/modules/01_manual/components/3_Structure/31_Main.vue @@ -6,7 +6,7 @@ const text = ref("");