Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
Overview
Overview
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
baiguangyao
mr-julyedu
Commits
ea2d0167
Commit
ea2d0167
authored
Feb 17, 2020
by
FE
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add college
parent
00382be3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
src/components/college/courseList.js
+1
-1
src/components/college/index.js
+1
-7
No files found.
src/components/college/courseList.js
View file @
ea2d0167
...
...
@@ -18,7 +18,6 @@ class CollegeCourse extends Component {
componentDidMount
()
{
this
.
fetchCourseList
();
document
.
title
=
`助力高校在线教学计划之中科大软院(苏州)专区 - 七月在线`
}
fetchCourseList
=
()
=>
{
...
...
@@ -31,6 +30,7 @@ class CollegeCourse extends Component {
header
:
data
.
name
,
courseList
:
data
.
data
});
document
.
title
=
`助力高校在线教学计划之
${
data
.
name
}
专区 - 七月在线`
}
});
}
...
...
src/components/college/index.js
View file @
ea2d0167
...
...
@@ -21,13 +21,7 @@ class CollegePage extends Component {
icon
:
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/college-plan/content.png'
,
},
],
schoolList
:
[
{
id
:
null
,
name
:
'东华理工大学软件学院'
,
logo
:
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/college-plan/dhlg_logo.png'
}
],
schoolList
:
[],
};
}
...
...
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