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
7164dca8
Commit
7164dca8
authored
Mar 31, 2020
by
zhanghaozhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
全局入口
parent
b9f86e57
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
src/App.js
+9
-0
No files found.
src/App.js
View file @
7164dca8
...
...
@@ -35,6 +35,10 @@ class App extends Component {
firstLoad
=
true
state
=
{
isShowActivityEntry
:
true
}
componentWillMount
()
{
if
(
!
getParam
(
'version'
))
{
if
(
!
cookie
.
get
(
'qimoClientIdedu'
))
{
...
...
@@ -46,6 +50,8 @@ class App extends Component {
}
componentDidMount
()
{
Date
.
now
()
>
new
Date
(
2020
,
3
,
1
)
&&
this
.
setState
({
isShowActivityEntry
:
false
})
this
.
umengStatistic
()
//平台信息
!
getParam
(
'version'
)
&&
cookie
.
set
(
'plat'
,
'5'
,
{
domain
:
'.julyedu.com'
})
...
...
@@ -317,9 +323,12 @@ class App extends Component {
render
()
{
return
<>
<
Routes
/>
{
this
.
state
.
isShowActivityEntry
&&
<
Link
className
=
{
'year19-index'
}
to
=
"/box/boxActive"
>
<
img
src
=
"https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/treasure-active/m/global-entry.png"
alt
=
""
/>
<
/Link
>
}
<
/
>
}
}
...
...
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