Skip to content

Commit 3c0e908

Browse files
committed
update router.js
1 parent 8c84b38 commit 3c0e908

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/router.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ let router = new Router({
2828
}, {
2929
path: '/problem/:id/submit',
3030
component: () => import('./components/problem/submit.vue')
31+
}, {
32+
path: '/status/list',
33+
component: () => import('./components/status/list.vue')
3134
}, {
3235
path: '/app/editor',
3336
component: () => import('./components/app/editor.vue')

0 commit comments

Comments
 (0)