chore: update project files
This commit is contained in:
@@ -31,6 +31,7 @@ const SystemSettings = () => import('@/views/SystemSettings.vue')
|
||||
const GenerateTaskRecord = () => import('@/views/GenerateTaskRecord.vue')
|
||||
const HelloWorld = () => import('@/views/HelloWorld.vue')
|
||||
const TaskStatusPage = () => import('@/views/TaskStatusPage.vue')
|
||||
const TermsOfService = () => import('@/views/TermsOfService.vue')
|
||||
|
||||
const routes = [
|
||||
{
|
||||
@@ -61,7 +62,7 @@ const routes = [
|
||||
path: '/text-to-video/create',
|
||||
name: 'TextToVideoCreate',
|
||||
component: TextToVideoCreate,
|
||||
meta: { title: '文生视频创作', requiresAuth: true }
|
||||
meta: { title: '文生视频创作' }
|
||||
},
|
||||
{
|
||||
path: '/image-to-video',
|
||||
@@ -73,7 +74,7 @@ const routes = [
|
||||
path: '/image-to-video/create',
|
||||
name: 'ImageToVideoCreate',
|
||||
component: ImageToVideoCreate,
|
||||
meta: { title: '图生视频创作', requiresAuth: true }
|
||||
meta: { title: '图生视频创作' }
|
||||
},
|
||||
{
|
||||
path: '/image-to-video/detail/:taskId',
|
||||
@@ -91,7 +92,7 @@ const routes = [
|
||||
path: '/storyboard-video/create',
|
||||
name: 'StoryboardVideoCreate',
|
||||
component: StoryboardVideoCreate,
|
||||
meta: { title: '分镜视频创作', requiresAuth: true }
|
||||
meta: { title: '分镜视频创作' }
|
||||
},
|
||||
{
|
||||
path: '/',
|
||||
@@ -206,6 +207,12 @@ const routes = [
|
||||
component: HelloWorld,
|
||||
meta: { title: 'Hello World' }
|
||||
},
|
||||
{
|
||||
path: '/terms-of-service',
|
||||
name: 'TermsOfService',
|
||||
component: TermsOfService,
|
||||
meta: { title: 'Vionow 服务条款' }
|
||||
},
|
||||
]
|
||||
|
||||
const router = createRouter({
|
||||
|
||||
Reference in New Issue
Block a user