--- Global.js
+++ Global.js
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 |
const LOG_BASE_DIR = `${__dirname}/server/logs`; |
5 | 5 |
const SERVICE_STATUS = process.env.NODE_ENV;//development, production |
6 | 6 |
const PORT = 8081; |
7 |
-const API_SERVER_HOST = 'localhost:8080'; |
|
7 |
+const API_SERVER_HOST = 'localhost:9080'; |
|
8 | 8 |
|
9 | 9 |
module.exports = { |
10 | 10 |
PROJECT_NAME, |
--- client/views/pages/AppRouter.js
+++ client/views/pages/AppRouter.js
... | ... | @@ -77,8 +77,6 @@ |
77 | 77 |
{ path: '/Join.page', name: 'Join', component: Join }, |
78 | 78 |
// { path: '/App.page', name: 'App', component: App, |
79 | 79 |
// children:[ |
80 |
- |
|
81 |
- |
|
82 | 80 |
// ] |
83 | 81 |
// }, |
84 | 82 |
// { path: '/Main.page', name: 'Main', component: Main}, |
... | ... | @@ -94,11 +92,14 @@ |
94 | 92 |
{ path: '/PhotoBook.page', name: 'PhotoBook', component: PhotoBook }, |
95 | 93 |
] |
96 | 94 |
}, |
95 |
+ |
|
96 |
+ /* 지문 */ |
|
97 | 97 |
{ path: '/Chapter1.page', name: 'Chapter1', component: Chapter1 }, |
98 | 98 |
{ path: '/Chapter1_1.page', name: 'Chapter1_1', component: Chapter1_1 }, |
99 | 99 |
{ path: '/Chapter1_2.page', name: 'Chapter1_2', component: Chapter1_2 }, |
100 | 100 |
{ path: '/Chapter1_3.page', name: 'Chapter1_3', component: Chapter1_3 }, |
101 | 101 |
|
102 |
+ /* 단어장 및 지문 문제 */ |
|
102 | 103 |
{ path: '/Chapter2.page', name: 'Chapter2', component: Chapter2 }, |
103 | 104 |
{ path: '/Chapter2_1.page', name: 'Chapter2_1', component: Chapter2_1 }, |
104 | 105 |
{ path: '/Chapter2_2.page', name: 'Chapter2_2', component: Chapter2_2 }, |
... | ... | @@ -114,6 +115,7 @@ |
114 | 115 |
{ path: '/Chapter2_12.page', name: 'Chapter2_12', component: Chapter2_12 }, |
115 | 116 |
{ path: '/Chapter2_13.page', name: 'Chapter2_13', component: Chapter2_13 }, |
116 | 117 |
|
118 |
+ /* 평가 문제 */ |
|
117 | 119 |
{ path: '/Chapter3.page', name: 'Chapter3', component: Chapter3 }, |
118 | 120 |
{ path: '/Chapter3_1.page', name: 'Chapter3_1', component: Chapter3_1 }, |
119 | 121 |
{ path: '/Chapter3_2.page', name: 'Chapter3_2', component: Chapter3_2 }, |
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?