From 86e88fda09335a091db78f96c736ed523005a393 Mon Sep 17 00:00:00 2001 From: fuxiaochun Date: Mon, 21 Aug 2023 10:38:10 +0800 Subject: [PATCH] debug --- src/router/index.js | 4 +++- src/views/communication/index.vue | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index d374e31..558904a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -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"), }, diff --git a/src/views/communication/index.vue b/src/views/communication/index.vue index 0a4a747..ac9e407 100644 --- a/src/views/communication/index.vue +++ b/src/views/communication/index.vue @@ -1,5 +1,5 @@