Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
biz.qingxiao.com
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
wangxuelai
biz.qingxiao.com
Commits
5a760857
Commit
5a760857
authored
Feb 12, 2020
by
wangtao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'ss'
parent
ce3bd68a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
index.html
index.html
+1
-1
UploadCourseware.js
src/components/UploadCourseware.js
+1
-1
uploader.js
src/services/uploader.js
+1
-0
No files found.
index.html
View file @
5a760857
...
...
@@ -18,5 +18,5 @@
</head>
<body>
<div
id=
"root"
></div>
<script
type=
"text/javascript"
src=
"https://cdn.img.shangjiadao.cn/qingxiao/biz/dist/main.
dd7d2d
.js"
></script></body>
<script
type=
"text/javascript"
src=
"https://cdn.img.shangjiadao.cn/qingxiao/biz/dist/main.
828990
.js"
></script></body>
</html>
\ No newline at end of file
src/components/UploadCourseware.js
View file @
5a760857
...
...
@@ -226,7 +226,7 @@ class UploadCourseware extends React.Component {
<
div
className
=
{
pageStyle
.
uploadbottom
}
>
<
div
className
=
{
pageStyle
.
left
}
>
<
div
className
=
{
pageStyle
.
uploaddesc
}
>
PPT
/
PPTX
/
PDF
,大小≦
40
MB
<
/div
>
<
div
className
=
{
pageStyle
.
uploaddesc
}
>
MP4
格式,大小≦
500
M
B
<
/div
>
<
div
className
=
{
pageStyle
.
uploaddesc
}
>
MP4
格式,大小≦
2
G
B
<
/div
>
<
/div
>
<
div
className
=
{
pageStyle
.
right
}
>
<
div
className
=
{
pageStyle
.
btn
}
onClick
=
{
chooseFromCourseMateria
}
style
=
{{
marginRight
:
'10px'
}}
>
...
...
src/services/uploader.js
View file @
5a760857
...
...
@@ -23,6 +23,7 @@ export function uploadVideoSignature({ type, token, schoolId }) {
token
,
school_id
:
schoolId
,
},
timeout
:
60
*
60
*
1000
,
});
}
...
...
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