router.js fixed
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
requested review from @c23099689 and @c23054399
assigned to @c23054399 and @c23081764
16 16 {path: '/home', name: 'Home', component: Home}, 17 17 {path: '/resourceAdd', name: 'ResourceAdd', component: ResourceAdd}, 18 18 {path: '/borrowPage', name: 'BorrowPage', component: BorrowPage}, 19 {path: '/resourceBorrowing', name: 'ResourceBorrowing', component: ResourceBorrowing}, 20 19 {path: '/login', name: 'Login', component: Login}, 21 20 {path: '/accountSearch', name: 'AccountSearch', component: AccountSearch}, 22 21 {path: '/ReturnPage', name: 'ReturnPage', component: ReturnPage}, 23 22 {path: '/resourceEdit', name: 'ResourceEdit', component: ResourceEdit}, 24 23 // add more page route 25 {path: '/Copy7', name: 'Notification', component: Notification}, mentioned in commit 354640fb
Please register or sign in to reply