Browse Source

AI素材搜索&热词管理

lushixing 4 months ago
parent
commit
9edf09d43a

+ 1 - 1
src/layout/components/SidebarA/index.vue

@@ -6,7 +6,7 @@
         src="../../../../static/login/img/goelie-b.png"
         class="sidebar-logo"
       />
-      <h3 class="title" v-show="!isCollapse">歌莉娅AI口播视频管理平台</h3>
+      <h3 class="title" v-show="!isCollapse">歌莉娅AI营销平台</h3>
     </div>
     <el-scrollbar wrap-class="scrollbar-wrapper">
       <el-menu

+ 1 - 0
src/permission.js

@@ -54,6 +54,7 @@ router.beforeEach(async (to, from, next) => {
             { routerPath: "/faceSwapVideo" },
             { routerPath: "/faceSwapVideo/faceSwapVideoIndex" },
             { routerPath: "/faceSwapVideo/faceSwapVideoTool" },
+            { routerPath: "/faceSwapVideo/faceSwapImageTool" },
             { routerPath: "/oralVideo" },
             { routerPath: "/oralVideo/oralVideoIndex" },
             { routerPath: "/AIAssetSearch" },

+ 6 - 0
src/router/modules/faceSwapVideo.js

@@ -21,6 +21,12 @@ const faceSwapVideoRouter = {
       name: "faceSwapVideoTool",
       meta: { title: "AI视频换脸" }
     },
+    {
+      path: "faceSwapImageTool",
+      component: () => import("@/views/face-swap-video/faceSwapImage"),
+      name: "faceSwapImageTool",
+      meta: { title: "AI图片管理" }
+    },
   ]
 };
 export default faceSwapVideoRouter;

+ 1 - 1
src/router/modules/videoCoverManager.js

@@ -11,7 +11,7 @@ const videoCoverManagerRouter = {
   children: [
     {
       path: "videoCoverIndex",
-      component: () => import("@/views/trending-words-list/index"),
+      component: () => import("@/views/video-cover-manager/index"),
       name: "videoCoverIndex",
       meta: { title: "店铺信息列表" }
     }

+ 1 - 1
src/settings.js

@@ -1,5 +1,5 @@
 module.exports = {
-  title: '歌莉娅AI口播视频管理平台',
+  title: '歌莉娅AI营销平台',
 
   /**
    * @type {boolean} true | false

+ 31 - 0
src/views/face-swap-video/faceSwapImage.vue

@@ -0,0 +1,31 @@
+<template>
+  <div class="cut-video-container">
+    <iframe
+      ref="iframeRef"
+      :src="iframeUrl"
+      frameborder="0"
+      width="100%"
+      height="100%"
+      allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
+      allowfullscreen
+    ></iframe>
+  </div>
+</template>
+
+<script>
+export default {
+  data() {
+    return {
+      iframeUrl: 'http://60.165.238.181:6868/',
+    }
+  }
+};
+</script>
+
+<style scoped>
+.cut-video-container {
+  width: 100%;
+  height: 100vh;
+  overflow: hidden;
+}
+</style>

+ 1 - 1
src/views/login/index.vue

@@ -15,7 +15,7 @@
           label-position="left"
         >
           <div class="title-container">
-            <h3 class="title">歌莉娅AI口播视频管理平台</h3>
+            <h3 class="title">歌莉娅AI营销平台</h3>
           </div>
           <el-form-item prop="username" class="input_outer">
             <span class="u_user"></span>