Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivWeb
Project
Project
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
ReactWeb5
CivWeb
Commits
a2d7d3f2
Commit
a2d7d3f2
authored
Aug 15, 2022
by
yzl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- 优化进度条
parent
443dc2d6
Pipeline
#57670
passed with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
index.js
src/pages/bootpage/panda/index.js
+6
-5
No files found.
src/pages/bootpage/panda/index.js
View file @
a2d7d3f2
...
...
@@ -54,13 +54,10 @@ const BootPage = props => {
// 新增熊猫新产品引导页
if
(
type
===
'熊猫新产品'
)
{
window
.
history
.
pushState
(
''
,
null
,
`/?client=
${
props
.
global
.
client
}
`
);
setTimeout
(()
=>
{
setPercentNum
(
100
);
setTimeout
(()
=>
{
window
.
history
.
pushState
(
''
,
null
,
`/cloud/introduction/newproducts`
);
},
500
);
...
...
@@ -134,13 +131,17 @@ const BootPage = props => {
const
handleToggleIndustry
=
event
=>
{
setPercentNum
(
98
)
// props.history.push(`/?client=${props.global.client}`)
setTimeout
(()
=>
{
props
.
history
.
push
(
`/?client=
${
props
.
global
.
client
}
`
)
},
1000
)
// window.share.event.emit('triggerMicro', props.global);
props
.
updateCurrentIndex
(
0
);
defaultApp
();
};
loginAction
.
events
.
on
(
'toggleIndustry'
,
handleToggleIndustry
);
...
...
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