debug
parent
11cc025d4f
commit
86e88fda09
|
|
@ -185,7 +185,8 @@ const router = createRouter({
|
||||||
path: "training",
|
path: "training",
|
||||||
name: "Training",
|
name: "Training",
|
||||||
meta: {
|
meta: {
|
||||||
title: "AI培训",
|
title: "AI培训",
|
||||||
|
group: 'training'
|
||||||
},
|
},
|
||||||
component: () => import("@/views/training/home.vue"),
|
component: () => import("@/views/training/home.vue"),
|
||||||
},
|
},
|
||||||
|
|
@ -194,6 +195,7 @@ const router = createRouter({
|
||||||
name: "Vip",
|
name: "Vip",
|
||||||
meta: {
|
meta: {
|
||||||
title: "会员专区",
|
title: "会员专区",
|
||||||
|
group: 'vip'
|
||||||
},
|
},
|
||||||
component: () => import("@/views/vip/index.vue"),
|
component: () => import("@/views/vip/index.vue"),
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<Layout>
|
<Layout path="/communication">
|
||||||
<div class="h-full flex flex-col justify-center text-white">
|
<div class="h-full flex flex-col justify-center text-white">
|
||||||
<TitleComp title="AI传播" :src="TitleSrc"></TitleComp>
|
<TitleComp title="AI传播" :src="TitleSrc"></TitleComp>
|
||||||
<div class="mt-34px text-27px font-bold">AI虚拟人直播</div>
|
<div class="mt-34px text-27px font-bold">AI虚拟人直播</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue