Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
Z
zxn-adputin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lijin
zxn-adputin
Commits
2cfb099a
Commit
2cfb099a
authored
Dec 27, 2024
by
jiyonggang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加YouTube三个路由
parent
49831cda
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
index.js
src/router/index.js
+6
-6
No files found.
src/router/index.js
View file @
2cfb099a
...
@@ -88,20 +88,20 @@ export const constantRouterMap = [
...
@@ -88,20 +88,20 @@ export const constantRouterMap = [
},
},
{
{
path
:
"/assetManagement/googleOauthYoutube"
,
path
:
"/assetManagement/googleOauthYoutube"
,
name
:
"assetManagement.
createMaterial
"
,
name
:
"assetManagement.
youtubeacountrights
"
,
component
:
()
=>
import
(
"@/views/authAccount/googleOauthYoutube"
),
component
:
()
=>
import
(
"@/views/authAccount/googleOauthYoutube"
),
meta
:
{
title
:
"
创意素材
"
,
icon
:
"chart"
}
meta
:
{
title
:
"
Youtube账号授权
"
,
icon
:
"chart"
}
},
},
{
{
path
:
"/assetManagement/uploadYoutube"
,
path
:
"/assetManagement/uploadYoutube"
,
name
:
"assetManagement.
createMaterial
"
,
name
:
"assetManagement.
youtubeuploadvideo
"
,
component
:
()
=>
import
(
"@/views/uploadYoutube/uploadYoutube"
),
component
:
()
=>
import
(
"@/views/uploadYoutube/uploadYoutube"
),
meta
:
{
title
:
"
创意素材
"
,
icon
:
"chart"
}
meta
:
{
title
:
"
Youtube视频上传
"
,
icon
:
"chart"
}
},{
},{
path
:
"/assetManagement/uploadYoutubeLog"
,
path
:
"/assetManagement/uploadYoutubeLog"
,
name
:
"assetManagement.
createMaterial
"
,
name
:
"assetManagement.
youtubeuploadvideolog
"
,
component
:
()
=>
import
(
"@/views/uploadYoutube/uploadYoutubeLog"
),
component
:
()
=>
import
(
"@/views/uploadYoutube/uploadYoutubeLog"
),
meta
:
{
title
:
"
创意素材
"
,
icon
:
"chart"
}
meta
:
{
title
:
"
Youtube账号上传日志
"
,
icon
:
"chart"
}
}
}
]
]
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment