Commit 5e97a371 by wangshuo

Python小课H5页面

parent 7447a285
import React, { Component } from 'react'
export default class Python extends Component {
render() {
return (
<div>
</div>
)
}
}
......@@ -225,5 +225,10 @@ export default [
{
path: '/invite',
component: Invite,
},
// python 小课页面
{
path: '/python',
component: loadable(() => import(/* webpackChunkName: 'python-class'*/'@/components/python'))
}
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment