diff --git a/vueHomilyLink/src/components/ClubNav.vue b/vueHomilyLink/src/components/ClubNav.vue new file mode 100644 index 0000000..86a972a --- /dev/null +++ b/vueHomilyLink/src/components/ClubNav.vue @@ -0,0 +1,56 @@ + + + + + + 博股俱乐部 + 牧民俱乐部 + 神枪手俱乐部 + + + + + \ No newline at end of file diff --git a/vueHomilyLink/src/router/index.js b/vueHomilyLink/src/router/index.js index 476d1f9..5a30425 100644 --- a/vueHomilyLink/src/router/index.js +++ b/vueHomilyLink/src/router/index.js @@ -1,8 +1,10 @@ import { createRouter, createWebHistory } from 'vue-router' import HomeView from '../views/HomeView.vue' -import ClubView from '@/views/ClubView.vue' import ChannelView from '@/views/ChannelView.vue' import LiveView from '@/views/LiveView.vue' +import BoguView from '@/views/club/BoguView.vue' +import MuminView from '@/views/club/MuminView.vue' +import ShenQiang from '@/views/club/shenQiang.vue' //创建路由对象 const router = createRouter({ @@ -14,13 +16,24 @@ const router = createRouter({ component: HomeView, }, { - path: '/club', - name: 'club', - component: ClubView, + path: '/bogu', + name: 'bogu', + component: BoguView, }, { - path: '/channel', + path: '/mumin', + name: 'mumin', + component: MuminView, + }, + { + path: '/shenqiang', + name: 'shenqiang', + component: ShenQiang, + }, + { + path: '/channel:id?', name: 'channel', + props:true, component: ChannelView, }, { diff --git a/vueHomilyLink/src/views/club/BoguView.vue b/vueHomilyLink/src/views/club/BoguView.vue new file mode 100644 index 0000000..2a800f1 --- /dev/null +++ b/vueHomilyLink/src/views/club/BoguView.vue @@ -0,0 +1,340 @@ + + + + + + + + + + + 查看更多 + + + {{ club.introduction }} + + + + + 专题 + + + + 前言股市投资分享之左侧交易 + 查看更多 + + + + + + + + + + + + + + + + {{ show.name }} + + + + + {{ show.club.name }} + + + + + + + {{show.user.username}} + + + {{ show.releaseTime }} + + + + {{ show.viewCount }} + + + + + {{ show.comments }} + + + + + {{ show.likes }} + + + + + + + + + + + \ No newline at end of file diff --git a/vueHomilyLink/src/views/club/MuminView.vue b/vueHomilyLink/src/views/club/MuminView.vue new file mode 100644 index 0000000..32141e7 --- /dev/null +++ b/vueHomilyLink/src/views/club/MuminView.vue @@ -0,0 +1,339 @@ + + + + + + + + + + + 查看更多 + + + {{ club.introduction }} + + + + + 专题 + + + + 前言股市投资分享之左侧交易 + 查看更多 + + + + + + + + + + + + + + + + {{ show.name }} + + + + + {{ show.club.name }} + + + + + + + {{show.user.username}} + + + {{ show.releaseTime }} + + + + {{ show.viewCount }} + + + + + {{ show.comments }} + + + + + {{ show.likes }} + + + + + + + + + + + diff --git a/vueHomilyLink/src/views/club/shenQiang.vue b/vueHomilyLink/src/views/club/shenQiang.vue new file mode 100644 index 0000000..f99d014 --- /dev/null +++ b/vueHomilyLink/src/views/club/shenQiang.vue @@ -0,0 +1,340 @@ + + + + + + + + + + + 查看更多 + + + {{ club.introduction }} + + + + + 专题 + + + + 前言股市投资分享之左侧交易 + 查看更多 + + + + + + + + + + + + + + + + {{ show.name }} + + + + + {{ show.club.name }} + + + + + + + {{show.user.username}} + + + {{ show.releaseTime }} + + + + {{ show.viewCount }} + + + + + {{ show.comments }} + + + + + {{ show.likes }} + + + + + + + + + + + \ No newline at end of file
{{ club.introduction }}
前言股市投资分享之左侧交易