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
ddc804c5
Commit
ddc804c5
authored
Oct 28, 2019
by
zhanghaozhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
预热页命名
parent
9f3aeaea
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
4 additions
and
5 deletions
+4
-5
src/components/blessingPreheat/coursePopup/index.js
+0
-0
src/components/blessingPreheat/coursePopup/index.scss
+0
-0
src/components/blessingPreheat/index.js
+2
-3
src/components/blessingPreheat/index.scss
+0
-0
src/components/blessingPreheat/rulePopup/index.js
+0
-0
src/components/blessingPreheat/rulePopup/index.scss
+0
-0
src/router/router-config.js
+2
-2
No files found.
src/components/blessingPrehea
d
/coursePopup/index.js
→
src/components/blessingPrehea
t
/coursePopup/index.js
View file @
ddc804c5
File moved
src/components/blessingPrehea
d
/coursePopup/index.scss
→
src/components/blessingPrehea
t
/coursePopup/index.scss
View file @
ddc804c5
File moved
src/components/blessingPrehea
d
/index.js
→
src/components/blessingPrehea
t
/index.js
View file @
ddc804c5
...
...
@@ -3,7 +3,7 @@ import RulePopup from './rulePopup/index';
import
CoursePopup
from
'./coursePopup/index'
;
import
'./index.scss'
;
class
BlessingPrehea
d
extends
Component
{
class
BlessingPrehea
t
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
;
src/components/blessingPrehea
d
/index.scss
→
src/components/blessingPrehea
t
/index.scss
View file @
ddc804c5
File moved
src/components/blessingPrehea
d
/rulePopup/index.js
→
src/components/blessingPrehea
t
/rulePopup/index.js
View file @
ddc804c5
File moved
src/components/blessingPrehea
d
/rulePopup/index.scss
→
src/components/blessingPrehea
t
/rulePopup/index.scss
View file @
ddc804c5
File moved
src/router/router-config.js
View file @
ddc804c5
...
...
@@ -174,8 +174,8 @@ export default [
component
:
loadable
(()
=>
import
(
/* webpackChunkName: 'blessing-rank' */
'@/components/blessingRank/index'
))
},
{
path
:
'/blessingPrehea
d
'
,
component
:
loadable
(()
=>
import
(
/* webpackChunkName: 'blessing-prehea
d' */
'@/components/blessingPrehead
/index'
))
path
:
'/blessingPrehea
t
'
,
component
:
loadable
(()
=>
import
(
/* webpackChunkName: 'blessing-prehea
t' */
'@/components/blessingPreheat
/index'
))
},
{
path
:
'/prize-winner-list'
,
...
...
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