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
fe08b81f
Commit
fe08b81f
authored
Jun 16, 2022
by
崔佳豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 云平台引导页添加高品质水类型
parent
084aa2b4
Pipeline
#53072
passed with stages
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
高品质水.png
src/assets/bootPage/高品质水.png
+0
-0
index.js
src/pages/bootpage/index.js
+1
-2
index.less
src/pages/bootpage/index.less
+2
-1
No files found.
src/assets/bootPage/高品质水.png
0 → 100644
View file @
fe08b81f
This diff was suppressed by a .gitattributes entry.
src/pages/bootpage/index.js
View file @
fe08b81f
...
@@ -23,7 +23,7 @@ const industries = [
...
@@ -23,7 +23,7 @@ const industries = [
{
name
:
'排水'
,
type
:
'排水'
,
subTitle
:
'DRAINAGE'
},
{
name
:
'排水'
,
type
:
'排水'
,
subTitle
:
'DRAINAGE'
},
{
name
:
'水利'
,
type
:
'水利'
,
subTitle
:
'WATER CONSERVANCY'
},
{
name
:
'水利'
,
type
:
'水利'
,
subTitle
:
'WATER CONSERVANCY'
},
{
name
:
'能源'
,
type
:
'能源'
,
subTitle
:
'ENERGY SOURCES'
},
{
name
:
'能源'
,
type
:
'能源'
,
subTitle
:
'ENERGY SOURCES'
},
// { name: '直饮水', type: '直饮水', subTitle: 'DRINGKING
WATER' },
{
name
:
'高品质水'
,
type
:
'高品质水'
,
subTitle
:
'HIGH QUALITY
WATER'
},
// { name: '水资源', type: '水资源', subTitle: 'WATER RESOURCES' },
// { name: '水资源', type: '水资源', subTitle: 'WATER RESOURCES' },
{
name
:
'熊猫智能实验室'
,
type
:
'实验室'
,
subTitle
:
'PANDA AI. LAB'
},
{
name
:
'熊猫智能实验室'
,
type
:
'实验室'
,
subTitle
:
'PANDA AI. LAB'
},
{
name
:
'水务大数据'
,
type
:
'大数据'
,
subTitle
:
'WATER BIG DATA'
},
{
name
:
'水务大数据'
,
type
:
'大数据'
,
subTitle
:
'WATER BIG DATA'
},
...
@@ -118,7 +118,6 @@ const BootPage = props => {
...
@@ -118,7 +118,6 @@ const BootPage = props => {
setIndustryNum
(
NewIndustryNum
);
setIndustryNum
(
NewIndustryNum
);
},
[
handlePage
,
props
.
global
.
token
]);
},
[
handlePage
,
props
.
global
.
token
]);
const
intl
=
useIntl
();
const
intl
=
useIntl
();
console
.
log
(
IndustryNum
);
const
toOMSUsingAnalysis
=
e
=>
{
const
toOMSUsingAnalysis
=
e
=>
{
e
&&
e
.
stopPropagation
();
e
&&
e
.
stopPropagation
();
props
.
history
.
push
(
`/usingAnalysis`
);
props
.
history
.
push
(
`/usingAnalysis`
);
...
...
src/pages/bootpage/index.less
View file @
fe08b81f
...
@@ -118,7 +118,8 @@
...
@@ -118,7 +118,8 @@
&.bootPageUl_5 {
&.bootPageUl_5 {
width: 960px;
width: 960px;
}
}
&.bootPageUl_9 {
&.bootPageUl_9,
&.bootPageUl_10 {
width: 1600px;
width: 1600px;
}
}
}
}
...
...
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