jichoi / lms_front star
박민혁 박민혁 08-06
240806 박민혁
@6d5bbbd1eadd4b2a290e0d307b0d974739e23011
Global.js
--- Global.js
+++ Global.js
@@ -4,7 +4,7 @@
 const LOG_BASE_DIR = `${__dirname}/server/logs`;
 const SERVICE_STATUS = process.env.NODE_ENV;//development, production
 const PORT = 8081;
-const API_SERVER_HOST = 'localhost:8080';
+const API_SERVER_HOST = 'localhost:9080';
 
 module.exports = {
     PROJECT_NAME,
client/views/pages/AppRouter.js
--- client/views/pages/AppRouter.js
+++ client/views/pages/AppRouter.js
@@ -77,8 +77,6 @@
     { path: '/Join.page', name: 'Join', component: Join },
     // { path: '/App.page', name: 'App', component: App,
     //     children:[
-
-
     //     ]
     // },
     // { path: '/Main.page', name: 'Main', component: Main},
@@ -94,11 +92,14 @@
             { path: '/PhotoBook.page', name: 'PhotoBook', component: PhotoBook },
         ]
     },
+
+    /* 지문 */
     { path: '/Chapter1.page', name: 'Chapter1', component: Chapter1 },
     { path: '/Chapter1_1.page', name: 'Chapter1_1', component: Chapter1_1 },
     { path: '/Chapter1_2.page', name: 'Chapter1_2', component: Chapter1_2 },
     { path: '/Chapter1_3.page', name: 'Chapter1_3', component: Chapter1_3 },
 
+    /* 단어장 및 지문 문제 */
     { path: '/Chapter2.page', name: 'Chapter2', component: Chapter2 },
     { path: '/Chapter2_1.page', name: 'Chapter2_1', component: Chapter2_1 },
     { path: '/Chapter2_2.page', name: 'Chapter2_2', component: Chapter2_2 },
@@ -114,6 +115,7 @@
     { path: '/Chapter2_12.page', name: 'Chapter2_12', component: Chapter2_12 },
     { path: '/Chapter2_13.page', name: 'Chapter2_13', component: Chapter2_13 },
 
+    /* 평가 문제 */
     { path: '/Chapter3.page', name: 'Chapter3', component: Chapter3 },    
     { path: '/Chapter3_1.page', name: 'Chapter3_1', component: Chapter3_1 },
     { path: '/Chapter3_2.page', name: 'Chapter3_2', component: Chapter3_2 },
Add a comment
List