debug
parent
11cc025d4f
commit
86e88fda09
|
|
@ -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"),
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue