wuheng 1 gadu atpakaļ
vecāks
revīzija
5077b4e503
2 mainītis faili ar 14 papildinājumiem un 14 dzēšanām
  1. 1 1
      .env-config.ts
  2. 13 13
      src/typings/page-route.d.ts

+ 1 - 1
.env-config.ts

@@ -7,7 +7,7 @@ const serviceEnv: ServiceEnv = {
     url: 'http://eas-api.edu.koobietech.com'
   },
   test: {
-    url: 'http://localhost:9081'
+    url: 'http://localhost:8080'
   },
   prod: {
     url: 'http://localhost:8080'

+ 13 - 13
src/typings/page-route.d.ts

@@ -22,6 +22,12 @@ declare namespace PageRoute {
     | 'login'
     | 'not-found'
     | 'about'
+    | 'archives'
+    | 'archives_attendance'
+    | 'archives_other'
+    | 'archives_scores'
+    | 'archives_students'
+    | 'archives_students_component'
     | 'auth-demo'
     | 'auth-demo_permission'
     | 'auth-demo_super'
@@ -52,20 +58,14 @@ declare namespace PageRoute {
     | 'function_tab-detail'
     | 'function_tab-multi-detail'
     | 'function_tab'
-    | 'archives'
-    | 'archives_scores'
-    | 'archives_students'
-    | 'archives_other'
-    | 'archives_attendance'
-    | 'archives_students_component'
     | 'lesson'
     | 'lesson_calendar'
     | 'lesson_checkin'
     | 'lesson_classroom'
     | 'lesson_group'
     | 'lesson_schedule'
-    | 'lesson_student'
     | 'lesson_score'
+    | 'lesson_student'
     | 'management'
     | 'management_attendance'
     | 'management_auth'
@@ -105,6 +105,11 @@ declare namespace PageRoute {
     | 'login'
     | 'not-found'
     | 'about'
+    | 'archives_attendance'
+    | 'archives_other'
+    | 'archives_scores'
+    | 'archives_students_component'
+    | 'archives_students'
     | 'auth-demo_permission'
     | 'auth-demo_super'
     | 'component_button'
@@ -132,13 +137,8 @@ declare namespace PageRoute {
     | 'lesson_classroom'
     | 'lesson_group'
     | 'lesson_schedule'
-    | 'lesson_student'
     | 'lesson_score'
-    | 'archives_scores'
-    | 'archives_students'
-    | 'archives_other'
-    | 'archives_attendance'
-    | 'archives_students_component'
+    | 'lesson_student'
     | 'management_attendance'
     | 'management_auth'
     | 'management_role'