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
5e97a371
Commit
5e97a371
authored
Nov 14, 2019
by
wangshuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Python小课H5页面
parent
7447a285
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
0 deletions
+16
-0
src/components/python/index.js
+11
-0
src/components/python/index.scss
+0
-0
src/router/router-config.js
+5
-0
No files found.
src/components/python/index.js
0 → 100644
View file @
5e97a371
import
React
,
{
Component
}
from
'react'
export
default
class
Python
extends
Component
{
render
()
{
return
(
<
div
>
<
/div
>
)
}
}
src/components/python/index.scss
0 → 100644
View file @
5e97a371
src/router/router-config.js
View file @
5e97a371
...
@@ -225,5 +225,10 @@ export default [
...
@@ -225,5 +225,10 @@ export default [
{
{
path
:
'/invite'
,
path
:
'/invite'
,
component
:
Invite
,
component
:
Invite
,
},
// python 小课页面
{
path
:
'/python'
,
component
:
loadable
(()
=>
import
(
/* webpackChunkName: 'python-class'*/
'@/components/python'
))
}
}
]
]
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