Commit ddc804c5 by zhanghaozhe

预热页命名

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