Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
O
online-edu-admin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Redmine
Redmine
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
online-edu
online-edu-admin
Commits
97a90acd
Commit
97a90acd
authored
May 28, 2021
by
Liu Peng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完成课程修改
parent
dac432f4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
1 deletion
+8
-1
course.js
src/api/biz/course.js
+8
-1
video-bg.png
src/assets/img/course/video-bg.png
+0
-0
demo.jpg
src/views/biz/course/demo.jpg
+0
-0
detail.vue
src/views/biz/course/detail.vue
+0
-0
No files found.
src/api/biz/course.js
View file @
97a90acd
...
...
@@ -32,6 +32,14 @@ export const fetchAliyunAuth = () => {
return
request
(
"get"
,
"/api/aliyun/mgr/videoConfig"
,
{});
};
export
const
deleteChaper
=
(
chaperId
)
=>
{
return
request
(
"get"
,
`/api/mgr/course/delChaper/
${
chaperId
}
`
,
{});
};
export
const
updateChaperTitle
=
(
data
)
=>
{
return
request
(
"post"
,
`/api/mgr/course/modifyChaperName`
,
data
);
};
export
const
fetchAliyunPolicy
=
(
data
)
=>
{
return
request
(
"get"
,
...
...
@@ -55,4 +63,3 @@ export const fetchVideoInfo = (videoId) => {
export
const
saveCourse
=
(
obj
)
=>
{
return
request
(
"post"
,
"/api/mgr/course/save"
,
obj
);
};
src/assets/img/course/video-bg.png
0 → 100644
View file @
97a90acd
919 Bytes
src/views/biz/course/demo.jpg
deleted
100644 → 0
View file @
dac432f4
91.2 KB
src/views/biz/course/detail.vue
View file @
97a90acd
This diff is collapsed.
Click to expand it.
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