File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,31 @@ const router = createRouter({
126126 path : '/statistics' ,
127127 name : 'Statistics' ,
128128 component : ( ) => import ( '../views/StatisticsView.vue' )
129+ } ,
130+ {
131+ path : '/edit-information' ,
132+ name : 'EditInformation' ,
133+ component : ( ) => import ( '../views/EditInformationView.vue' )
134+ } ,
135+ {
136+ path : '/task-management' ,
137+ name : 'TaskManagement' ,
138+ component : ( ) => import ( '../views/TaskManagementView.vue' )
139+ } ,
140+ {
141+ path : '/edit-information' ,
142+ name : 'EditInformation' ,
143+ component : ( ) => import ( '../views/EditInformationView.vue' )
144+ } ,
145+ {
146+ path : '/statistics' ,
147+ name : 'Statistics' ,
148+ component : ( ) => import ( '../views/StatisticsView.vue' )
149+ } ,
150+ {
151+ path : '/task-detail' ,
152+ name : 'TaskDetail' ,
153+ component : ( ) => import ( '../views/TaskDetailView.vue' )
129154 }
130155 ]
131156} )
You can’t perform that action at this time.
0 commit comments