Commit ddc804c5 by zhanghaozhe

预热页命名

parent 9f3aeaea
......@@ -3,7 +3,7 @@ import RulePopup from './rulePopup/index';
import CoursePopup from './coursePopup/index';
import './index.scss';
class BlessingPrehead extends Component {
class BlessingPreheat extends Component {
constructor(props) {
super(props);
this.state = {
......@@ -38,4 +38,4 @@ class BlessingPrehead extends Component {
}
}
export default BlessingPrehead;
\ No newline at end of file
export default BlessingPreheat;
......@@ -174,8 +174,8 @@ export default [
component: loadable(() => import(/* webpackChunkName: 'blessing-rank' */'@/components/blessingRank/index'))
},
{
path: '/blessingPrehead',
component: loadable(() => import(/* webpackChunkName: 'blessing-prehead' */'@/components/blessingPrehead/index'))
path: '/blessingPreheat',
component: loadable(() => import(/* webpackChunkName: 'blessing-preheat' */'@/components/blessingPreheat/index'))
},
{
path: '/prize-winner-list',
......
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