From 60aea8317717a3bc55525ea442d8a54fd77a317a Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Tue, 2 Apr 2024 16:04:35 +0700 Subject: [PATCH] fig bug --- src/modules/15_development/router.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/15_development/router.ts b/src/modules/15_development/router.ts index 60eae18d7..c8956b51a 100644 --- a/src/modules/15_development/router.ts +++ b/src/modules/15_development/router.ts @@ -11,8 +11,8 @@ const historyAdd = () => import('@/modules/15_development/components/history/Add const historyEmployeeAdd = () => import('@/modules/15_development/components/historyEmployee/AddPage.vue') const ScholarshipDetail = () => import("@/modules/15_development/components/scholarship/DetailView.vue"); -const historyAdd = () => - import("@/modules/15_development/components/history/AddPage.vue"); +// const historyAdd = () => +// import("@/modules/15_development/components/history/AddPage.vue"); export default [ { path: "/development",