
--- client/views/pages/AppRouter.js
+++ client/views/pages/AppRouter.js
... | ... | @@ -21,14 +21,14 @@ |
21 | 21 |
/* 메인화면 */ |
22 | 22 |
{ path: '/', name: '/', component: Main}, |
23 | 23 |
{ path: '/main2.page', name: '/main2', component: Main2}, |
24 |
- { path: '/ChuljangList', name: 'ChuljangList', component: ChuljangList }, |
|
25 |
- { path: '/HyugaList', name: 'HyugaList', component: HyugaList }, |
|
26 |
- { path: '/HyugaInsert', name: 'HyugaInsert', component: HyugaInsert }, |
|
27 |
- { path: '/ProjectList', name: 'ProjectList', component: ProjectList }, |
|
28 |
- { path: '/DeptList', name: 'DeptList', component: DeptList }, |
|
29 |
- { path: '/EmployeeList', name: 'EmployeeList', component: EmployeeList }, |
|
30 |
- { path: '/NoticeList', name: 'NoticeList', component: NoticeList }, |
|
31 |
- { path: '/PubHoliyday', name: 'PubHoliyday', component: PubHoliyday }, |
|
24 |
+ { path: '/ChuljangList.page', name: 'ChuljangList', component: ChuljangList }, |
|
25 |
+ { path: '/HyugaList.page', name: 'HyugaList', component: HyugaList }, |
|
26 |
+ { path: '/HyugaInsert.page', name: 'HyugaInsert', component: HyugaInsert }, |
|
27 |
+ { path: '/ProjectList.page', name: 'ProjectList', component: ProjectList }, |
|
28 |
+ { path: '/DeptList.page', name: 'DeptList', component: DeptList }, |
|
29 |
+ { path: '/EmployeeList.page', name: 'EmployeeList', component: EmployeeList }, |
|
30 |
+ { path: '/NoticeList.page', name: 'NoticeList', component: NoticeList }, |
|
31 |
+ { path: '/PubHoliyday.page', name: 'PubHoliyday', component: PubHoliyday }, |
|
32 | 32 |
]; |
33 | 33 |
|
34 | 34 |
const AppRouter = createRouter({ |
--- server/modules/web/Server.js
+++ server/modules/web/Server.js
... | ... | @@ -51,7 +51,7 @@ |
51 | 51 |
* @since : 2022.09.20 |
52 | 52 |
* @dscription : 화면요청 URL 처리 |
53 | 53 |
*/ |
54 |
-webServer.get('', function (request, response, next) { |
|
54 |
+webServer.get('*.page', function (request, response, next) { |
|
55 | 55 |
//기능구현예정 |
56 | 56 |
}) |
57 | 57 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?