diff --git a/src/assets/images/hotforum/background.jpg b/src/assets/images/hotforum/background.jpg new file mode 100644 index 00000000..cfc730b2 Binary files /dev/null and b/src/assets/images/hotforum/background.jpg differ diff --git a/src/assets/images/hotforum/border.png b/src/assets/images/hotforum/border.png new file mode 100644 index 00000000..705e9a1e Binary files /dev/null and b/src/assets/images/hotforum/border.png differ diff --git a/src/assets/images/hotforum/one.png b/src/assets/images/hotforum/one.png new file mode 100644 index 00000000..a2e9c87f Binary files /dev/null and b/src/assets/images/hotforum/one.png differ diff --git a/src/assets/images/hotforum/two.png b/src/assets/images/hotforum/two.png new file mode 100644 index 00000000..941d2e02 Binary files /dev/null and b/src/assets/images/hotforum/two.png differ diff --git a/src/router/index.js b/src/router/index.js index 2ca2a0ac..c67ae200 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -341,6 +341,13 @@ export const constantRoutes = [{ name: 'videotest', meta: {title: '课程视频测试', icon: 'dashboard', noCache: true, affix: true}, }, + { + path: '/hotforum', + hidden: true, + component: (resolve) => require(['@/views/hotforum/Index'], resolve), + name: 'hotforum', + meta: {title: '热点论坛', icon: 'dashboard', noCache: true, affix: true}, + }, { path: '/404', component: (resolve) => require(['@/views/error/404'], resolve), diff --git a/src/views/hotforum/Index.vue b/src/views/hotforum/Index.vue new file mode 100644 index 00000000..c86d39cc --- /dev/null +++ b/src/views/hotforum/Index.vue @@ -0,0 +1,53 @@ + + + + + \ No newline at end of file