chenjiaxin 3 днів тому
батько
коміт
50af81d0a0

+ 2 - 2
src/router/index.js

@@ -33,7 +33,7 @@ export const constantRoutes = [
     ]
   },
 ];
-import userAuthRouter from "./modules/userAuth";
+// import userAuthRouter from "./modules/userAuth";
 import oralVideoRouter from "./modules/oralVideo";
 import catwalkVideoRouter from "./modules/catwalkVideo";
 import faceSwapVideoRouter from "./modules/faceSwapVideo";
@@ -41,7 +41,7 @@ export const asyncRoutes = [
   oralVideoRouter,
   catwalkVideoRouter,
   faceSwapVideoRouter,
-  userAuthRouter,
+  // userAuthRouter,
 ];
 
 

+ 2 - 2
src/router/modules/catwalkVideo.js

@@ -18,8 +18,8 @@ const catwalkVideoRouter = {
     {
       path: "catwalkVideoTool",
       component: () => import("@/views/catwalk-video/catwalk-video"),
-      name: "走秀视频AI剪辑",
-      meta: { title: "走秀视频AI剪辑" }
+      name: "AI走秀视频剪辑",
+      meta: { title: "AI走秀视频剪辑" }
     },
   ]
 };

+ 2 - 2
src/router/modules/faceSwapVideo.js

@@ -18,8 +18,8 @@ const faceSwapVideoRouter = {
     {
       path: "faceSwapVideoTool",
       component: () => import("@/views/face-swap-video/face-swap-video"),
-      name: "视频换脸AI工具",
-      meta: { title: "视频换脸AI工具" }
+      name: "AI视频换脸",
+      meta: { title: "AI视频换脸" }
     },
   ]
 };

+ 4 - 4
src/router/modules/oralVideo.js

@@ -6,14 +6,14 @@ const oralVideoRouter = {
   path: "/oralVideo",
   component: Layout,
   redirect: "/oralVideo/oralVideoIndex",
-  name: "内容管理",
-  meta: { title: "内容管理", icon: "el-icon-video-camera-solid" },
+  name: "口播视频管理",
+  meta: { title: "口播视频管理", icon: "el-icon-video-camera-solid" },
   children: [
     {
       path: "oralVideoIndex",
       component: () => import("@/views/oral-video/index.vue"),
-      name: "口播视频",
-      meta: { title: "口播视频" }
+      name: "口播视频列表",
+      meta: { title: "口播视频列表" }
     },
     {
       path: "product",