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
84ded138
Commit
84ded138
authored
Mar 13, 2025
by
陶晶晶
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:五粮液集成登录页面优化
parent
308828cd
Pipeline
#96215
waiting for manual action with stages
Changes
6
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
36 additions
and
3 deletions
+36
-3
4.png
src/assets/images/integration/wuliangye/4.png
+0
-0
五粮液背景.png
src/assets/images/integration/wuliangye/五粮液背景.png
+0
-0
酒瓶.png
src/assets/images/integration/wuliangye/酒瓶.png
+0
-0
config.js
src/pages/bootpage/template/project/wuliangye/config.js
+1
-1
index.js
src/pages/bootpage/template/project/wuliangye/index.js
+19
-1
index.less
src/pages/bootpage/template/project/wuliangye/index.less
+16
-1
No files found.
src/assets/images/integration/wuliangye/4.png
View file @
84ded138
This diff was suppressed by a .gitattributes entry.
src/assets/images/integration/wuliangye/五粮液背景.png
View file @
84ded138
This diff was suppressed by a .gitattributes entry.
src/assets/images/integration/wuliangye/酒瓶.png
0 → 100644
View file @
84ded138
This diff was suppressed by a .gitattributes entry.
src/pages/bootpage/template/project/wuliangye/config.js
View file @
84ded138
...
...
@@ -17,7 +17,7 @@ export default {
{
name
:
'再生水厂'
,
bgImg
:
Icon1
},
{
name
:
'智能控制'
,
bgImg
:
Icon2
},
{
name
:
'设备巡检'
,
bgImg
:
Icon3
},
{
name
:
'
工单系统
'
,
bgImg
:
Icon4
},
{
name
:
'
维修工单
'
,
bgImg
:
Icon4
},
{
name
:
''
,
bgImg
:
''
},
{
name
:
'资产管理'
,
bgImg
:
Icon5
},
{
name
:
'管网GIS'
,
bgImg
:
Icon6
},
...
...
src/pages/bootpage/template/project/wuliangye/index.js
View file @
84ded138
/* eslint-disable indent */
/* eslint-disable react/jsx-first-prop-new-line */
/* eslint-disable jsx-a11y/alt-text */
/* eslint-disable prettier/prettier */
import
{
appService
}
from
'@/api'
;
import
{
FullscreenExitOutlined
,
FullscreenOutlined
}
from
'@ant-design/icons'
;
import
{
message
,
Button
}
from
'antd'
;
...
...
@@ -21,6 +25,7 @@ import { defaultApp } from '@/micro';
import
useFullScreen
from
'../../demonstration/components/useFullScreen'
;
import
styles
from
'./index.less'
;
import
titleIcon
from
"@/assets/images/integration/wuliangye/标题.png"
;
import
Icon10
from
"@/assets/images/integration/wuliangye/酒瓶.png"
;
import
pageConfig
from
"./config"
;
const
{
modalConfig
,
BIConfig
}
=
pageConfig
...
...
@@ -360,6 +365,7 @@ const IntegrationQinzhou = props => {
styles.integration_row_col,
item.name ? integrationData[item.name] ? styles.integration_row_col_link : styles.integration_row_col_no : '',
)}
title={`
点击
$
{
item
.
name
}
跳转
`}
type="业务应用"
onClick={() => { item.name ? onLink(integrationData[item.name], loginAction) : null }}
>
...
...
@@ -369,10 +375,22 @@ const IntegrationQinzhou = props => {
</div>
</div>
</div>
<div className={styles.showCenter} >
<img src={Icon10}
className={
// integrationData['主页'] ?
styles.integration_row_col_link
// : styles.integration_row_col_no
}
title={`
点击主页跳转
`}
onClick={() => { onLink(integrationData['主页'], loginAction) }} />
</div>
<div className={styles.integrationTips}>
{
BIConfig.map(item => {
return <div className={classNames(styles.integration_card,
return <div
title={`
点击
$
{
item
.
name
}
跳转
`}
className={classNames(styles.integration_card,
item.name ? integrationData[item.name] ? styles.integration_row_col_link : styles.integration_row_col_no : '',
)}
name={item.name}
...
...
src/pages/bootpage/template/project/wuliangye/index.less
View file @
84ded138
...
...
@@ -127,6 +127,20 @@
}
.showCenter {
position: absolute;
text-align: center;
align-items: center;
display: flex;
justify-content: center;
top: calc(50vh - 290px);
img {
width: 344px;
height: 580px;
}
}
.integrationTips {
display: flex;
position: relative;
...
...
@@ -166,7 +180,7 @@
}
.integration_card[name='园区一张图'] {
right:
56
px;
right:
47
px;
}
.integration_card[name='领导驾驶舱'] {
...
...
@@ -197,6 +211,7 @@
.integration_row_col_link:hover {
filter: brightness(120%);
margin-top: -10px;
}
// 业务应用start
...
...
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