master
fuxiaochun 2023-08-21 10:38:10 +08:00
parent 11cc025d4f
commit 86e88fda09
2 changed files with 4 additions and 2 deletions

View File

@ -185,7 +185,8 @@ const router = createRouter({
path: "training",
name: "Training",
meta: {
title: "AI培训",
title: "AI培训",
group: 'training'
},
component: () => import("@/views/training/home.vue"),
},
@ -194,6 +195,7 @@ const router = createRouter({
name: "Vip",
meta: {
title: "会员专区",
group: 'vip'
},
component: () => import("@/views/vip/index.vue"),
},

View File

@ -1,5 +1,5 @@
<template>
<Layout>
<Layout path="/communication">
<div class="h-full flex flex-col justify-center text-white">
<TitleComp title="AI传播" :src="TitleSrc"></TitleComp>
<div class="mt-34px text-27px font-bold">AI虚拟人直播</div>