diff --git a/client/dist/index.html b/client/dist/index.html index ef4ffc5..871743e 100644 --- a/client/dist/index.html +++ b/client/dist/index.html @@ -1 +1 @@ -vue Admin Template
\ No newline at end of file +vue Admin Template
\ No newline at end of file diff --git a/client/src/router/index.js b/client/src/router/index.js index 6c3acb9..1da8cda 100644 --- a/client/src/router/index.js +++ b/client/src/router/index.js @@ -414,6 +414,12 @@ export const asyncRoutes = [ meta: { title: '视频培训', icon: 'video', perms: ['video_views'] }, alwaysShow: true, children: [ + { + path: 'exchange', + name: 'exchange', + component: () => import('@/views/testvideo/exchange.vue'), + meta: { title: '月度交流会专栏' } + }, { path: 'certificate', name: 'certificate', diff --git a/client/src/views/testvideo/exchange.vue b/client/src/views/testvideo/exchange.vue new file mode 100644 index 0000000..e553382 --- /dev/null +++ b/client/src/views/testvideo/exchange.vue @@ -0,0 +1,398 @@ + +