Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivManage
Commits
55abff01
Commit
55abff01
authored
Dec 31, 2024
by
陈龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 旧视频平台编辑弹窗增加自动获取视频链接的功能
parent
aaec64d9
Pipeline
#95005
failed with stages
Changes
2
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
AddModal.jsx
src/pages/platformCenter/videoManager/AddModal.jsx
+0
-0
videoManger.js
src/services/videoManger/videoManger.js
+4
-0
No files found.
src/pages/platformCenter/videoManager/AddModal.jsx
View file @
55abff01
This diff is collapsed.
Click to expand it.
src/services/videoManger/videoManger.js
View file @
55abff01
import
{
get
,
post
,
PUBLISH_SERVICE
,
CITY_SERVICE
}
from
'@/services/index'
;
import
{
param
}
from
"express/lib/router"
;
// 获取视频配置列表
export
const
GetVideoConfigList
=
param
=>
...
...
@@ -19,3 +20,6 @@ export const deleteInsertVideoConfig = data =>
// 导入配置
export
const
ImportVideoConfig
=
data
=>
post
(
`
${
PUBLISH_SERVICE
}
/VideoManager/ImportVideoConfig`
,
data
);
// 获取萤石云视频地址
export
const
getYSYVideoSource
=
param
=>
get
(
'/CityInterface/rest/services/VideoPlatform.svc/VideoManage/RefreshVideoLiveAddress'
,
param
);
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