Commit ea618bd8 authored by 杨思琦's avatar 杨思琦

Merge branch 'master' into devNew

parents a4ef307c 757c3608
......@@ -175,7 +175,8 @@
"sha1": "^1.1.1",
"sm4js": "^0.0.6",
"styled-components": "4.2.0",
"swiper": "6.8.4"
"swiper": "6.8.4",
"xlsx": "^0.17.3"
},
"devDependencies": {
"@babel/cli": "7.4.3",
......
......@@ -38,6 +38,9 @@
},
{
"title": "项目 - 铁门关"
},
{
"title": "项目 - 太湖"
}
]
}
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
......@@ -9,6 +9,7 @@ import PandaBootPage from './panda';
import IntegrationPage from './integration';
import IntegrationPage2 from './integration2';
import TaihuPage from './project/taihu';
import JimusaerPage from './project/jimusaer';
export const guidePage = [
// type 为true 则需要 功能配置 isPanda 为true
{
......@@ -23,6 +24,10 @@ export const guidePage = [
label: '太湖集成登录',
value: 'taihuPage',
},
{
label: '吉尔木萨集成登录',
value: 'jimusaerPage',
},
{
label: '演示环境(旧版)',
type: true,
......@@ -40,4 +45,5 @@ export const BootPageTemplate = {
integration2: IntegrationPage2,
demonstration: Demonstration,
taihuPage: TaihuPage,
jimusaerPage:JimusaerPage,
};
{
"业务中心": [
{
"name": "综合管理门户",
"english": "Management Portal",
"label": "",
"url": ""
},
{
"name": "综合外业工单",
"english": "Field Work Order",
"url": ""
},
{
"name": "综合业务大屏",
"english": "Business Large Screen",
"url": ""
}
],
"智慧管网": [
{
"name": "管网GIS系统",
"label": "",
"url": "",
"english": "Pipeline GIS"
},
{
"name": "管网采集系统",
"url": "",
"english": "Pipeline Collection"
},
{
"name": "管网一张图",
"url": "",
"english": "Pipe Network"
}
],
"综合调度": [
{
"name": "管网运行监测",
"label": "",
"url": "",
"english": "Pipeline Operation"
},
{
"name": "调度事物管理",
"url": "",
"english": "Scheduling Management"
},
{
"name": "报警管理平台",
"url": "",
"english": "Alarm Management"
}
],
"智慧营销": [
{
"name": "营业收费",
"label": "",
"url": "",
"english": "Operating Fees"
},
{
"name": "抄表管理",
"url": "",
"english": "Meter Reading"
},
{
"name": "网上营业厅",
"url": "",
"english": "Online Business Hall"
}
],
"基础平台": [
{
"name": "物联统一接入平台",
"url": "",
"english": "IoT Unified Access"
},
{
"name": "综合后台管理平台",
"url": "",
"english": "Integrated Backend"
},
{
"name": "GIS服务平台",
"url": "",
"english": "GIS Service "
},
{
"name": "Web组态平台",
"url": "",
"english": "Web Configuration"
}
],
"标题": "吉尔木萨县智慧水务管控平台"
}
\ No newline at end of file
/*
* @Title: 吉木萨尔 集成页
* @Author: hongmye
* @Date: 2024-08-05 18:34:42
*/
import { appService } from '@/api';
import { FullscreenExitOutlined, FullscreenOutlined } from '@ant-design/icons';
import { message, Button } from 'antd';
import classNames from 'classnames';
import { debounce } from 'lodash';
import React, { useRef, useEffect, useState, useMemo } from 'react';
import backImg from '@/assets/images/demonstration/返回.png';
import arrowLeftImg from '@/assets/images/demonstration/左箭头.png';
import LoadPage from '@/components/LoadPage';
import icon1 from '@/assets/images/integration/taihu2/综合管控_arrow.png';
import icon2 from '@/assets/images/integration/taihu2/智慧应用_arrow.png';
import icon3 from '@/assets/images/integration/taihu2/支撑平台_arrow.png';
import useFullScreen from '../../demonstration/components/useFullScreen';
import defaultConfig from './data.json';
import styles from './index.less';
import Iframe from '../../demonstration/components/Iframe';
const boxWidth = 1920;
const boxHeight = 930;
const IntegrationJimusaer = props => {
const [ref, isFullscreen, handleFullScreen, handleExitFullScreen] = useFullScreen(false);
const timer2 = useRef(null);
const timer3 = useRef(null);
const progressRef2 = useRef(0);
// 退出
const exit = () => {
if (isFullscreen) {
handleExitFullScreen && handleExitFullScreen();
} else {
handleFullScreen && handleFullScreen();
}
};
const [boxSize, setBoxSize] = useState({
scale: 1,
boxHeight: 930,
});
const [linkUrl, setLinkUrl] = useState('');
const [jumpLoading, setJumpLoading] = useState(false);
const [progressValue2, setProgressValue2] = useState(0);
const [showBackBtn, setShowBackBtn] = useState(true); // 是否显示iframe 返回按钮,三维平台用
const configName = '吉尔木萨集成配置文件';
const [configData, setConfigData] = useState(defaultConfig);
const jumpProgressStart = () => {
if (timer2.current) {
clearInterval(timer2.current);
timer2.current = null;
}
progressRef2.current = 0;
setProgressValue2(0);
timer2.current = setInterval(() => {
if (progressRef2.current < 97.5) {
progressRef2.current += 2.5;
setProgressValue2(progressRef2.current);
} else {
setProgressValue2(99);
timer2.current && clearInterval(timer2.current);
timer2.current = null;
}
}, 100);
};
const jumpProgressEnd = () => {
setProgressValue2(100);
timer2.current && clearInterval(timer2.current);
timer2.current = null;
};
const getData = async () => {
appService
.GetConfigJson({
config: configName,
})
.then(res => {
if (res.code === 0 && res.data) {
const data = JSON.parse(res.data) || defaultConfig;
setConfigData(data);
}
});
};
const onResize = () => {
if (ref?.current) {
const { clientWidth, clientHeight } = ref.current;
if (!boxWidth || !boxHeight) return;
const xScale = clientWidth / boxWidth;
const yScale = clientHeight / boxHeight;
const poor = clientHeight / clientWidth - boxHeight / boxWidth;
let n = Math.min(xScale, yScale);
let bHeight = boxHeight;
if (poor > 0.05) {
bHeight = boxHeight + 30;
}
// 高度为偶数
bHeight = parseInt(bHeight, 10);
if (bHeight % 2 !== 0) {
bHeight += 1;
}
n = Number(n.toFixed(4));
setBoxSize({
scale: n,
boxHeight: bHeight,
});
}
};
const handError = err => {
if (err) {
message.error(err);
}
setLinkUrl('');
setJumpLoading(false);
jumpProgressEnd();
};
const onMessageBack = data => {
if (!data?.type) return;
console.log('onMessageBack ~ data:', data);
switch (data?.type) {
// 页面加载完成
// 登录成功
case 'runAfterFirstMounted':
case 'loginSuccess':
jumpProgressEnd();
setTimeout(() => {
setJumpLoading(false);
}, 100);
break;
case 'loginError':
message.warning('登录失败,请联系管理人员');
handError();
break;
case '无法连接':
message.warning('该站点无法连接,请联系管理人员');
setTimeout(() => {
handError();
}, 100);
break;
case 'showBack':
setShowBackBtn(true);
break;
case 'hideBack':
setShowBackBtn(false);
break;
default:
break;
}
};
const iframeItem = useMemo(() => {
if (!linkUrl) return null;
return (
<>
<div className={classNames(!jumpLoading ? styles.scaleInCenter : styles.hide, 'animate__animated')}>
<Iframe linkUrl={linkUrl} onMessageBack={onMessageBack} />
</div>
</>
);
}, [linkUrl, jumpLoading]);
const startTiming = (time = 2) => {
if (timer3.current) {
clearInterval(timer3.current);
timer3.current = null;
}
timer3.current = setTimeout(() => {
setJumpLoading(false);
timer2.current && clearInterval(timer2.current);
timer2.current = null;
}, time * 1000);
};
const onLink = url => {
if (!url) return message.warning('未配置功能路径');
setJumpLoading(true);
jumpProgressStart();
setLinkUrl(url);
let time = 15;
if (!url.includes('user/noscret')) {
time = 4;
}
startTiming(time);
};
useEffect(() => {
getData();
window.addEventListener('resize', debounce(onResize, 300));
onResize();
return () => {
window.removeEventListener('resize', onResize);
timer2.current && clearInterval(timer2.current);
timer2.current = null;
timer3.current && clearInterval(timer3.current);
timer3.current = null;
};
}, []);
return (
<div className={classNames(styles.integrationJimusaer, 'integrationJimusaer')} ref={ref}>
{jumpLoading ? (
<div className={styles.integrationJumpLoad} key="jumpLoading">
<div style={{ width: '285px' }}>
<LoadPage percent={progressValue2 / 100} text="页面加载中~" />
</div>
</div>
) : null}
{!linkUrl ? (
<div className={styles.integrationJimusaer_exit} onClick={exit}>
<Button type="text" style={{ color: '#fff', fontSize: '24px' }}>
{isFullscreen ? <FullscreenExitOutlined /> : <FullscreenOutlined />}
</Button>
</div>
) : null}
<div
className={styles.integration_content}
style={{
width: boxWidth,
height: boxSize.boxHeight,
transform: `scale(${boxSize.scale}) translate(-50%,-50%)`,
}}
>
<div className={styles.integrationJimusaer_title}>
<div className={styles.integrationJimusaer_title_text}>
<span>{configData?.['标题'] || '智慧水务综合监控平台'}</span>
</div>
</div>
<div className={styles.integration_row} type="业务中心">
<div className={styles.integration_row_title} type="业务中心">
业务中心
<img src={icon1} alt="" />
</div>
<div className={styles.integration_row_list}>
<div className={styles.integration_row_grid} type="业务中心">
{configData['业务中心'] &&
configData['业务中心'].map(item => (
<div
key={item.name}
className={styles.integration_row_col}
type="业务中心"
onClick={() => onLink(item.url)}
>
<div
className={classNames(
styles.integration_row_col_hover,
'animate__fadeIn animate__animated duration-100ms',
)}
/>
<div className={styles.integration_row_col_content} name={item.name}>
<div className={styles.integration_row_col_text} type="业务中心">
{item.label || item.name}
</div>
<div className={styles.integration_row_col_sub}>{item.english || ''}</div>
</div>
</div>
))}
</div>
</div>
</div>
<div className={styles.integration_row} type="应用系统">
<div className={styles.integration_row_title} type="应用系统">
应用系统
<img src={icon2} alt="" />
</div>
<div className={styles.integration_row_right2}>
<div className={styles.integration_row_list} type="智慧管网">
<div className={styles.integration_row_list_title} type="智慧管网">
- 智慧管网 -
</div>
<div className={styles.integration_row_grid} type="智慧管网">
{configData['智慧管网'] &&
configData['智慧管网'].map(item => (
<div
key={item.name}
className={styles.integration_row_col}
type={item.name}
onClick={() => onLink(item.url)}
>
<div
className={classNames(
styles.integration_row_col_hover,
'animate__fadeIn animate__animated duration-100ms',
)}
/>
<div className={styles.integration_row_col_content} name={item.name}>
<div className={styles.integration_row_col_text}>{item.label || item.name}</div>
<div className={styles.integration_row_col_sub}>{item.english || ''}</div>
</div>
</div>
))}
</div>
</div>
<div className={styles.integration_row_list} type="智慧管网">
<div className={styles.integration_row_list_title} type="智慧管网">
- 综合调度 -
</div>
<div className={styles.integration_row_grid} type="智慧管网">
{configData['综合调度'] &&
configData['综合调度'].map(item => (
<div
key={item.name}
className={styles.integration_row_col}
type={item.name}
onClick={() => onLink(item.url)}
>
<div
className={classNames(
styles.integration_row_col_hover,
'animate__fadeIn animate__animated duration-100ms',
)}
/>
<div className={styles.integration_row_col_content} name={item.name}>
<div className={styles.integration_row_col_text}>{item.label || item.name}</div>
<div className={styles.integration_row_col_sub}>{item.english || ''}</div>
</div>
</div>
))}
</div>
</div>
<div className={styles.integration_row_list} type="智慧管网">
<div className={styles.integration_row_list_title} type="智慧管网">
- 智慧营销 -
</div>
<div className={styles.integration_row_grid} type="智慧管网">
{configData['智慧营销'] &&
configData['智慧营销'].map(item => (
<div
key={item.name}
className={styles.integration_row_col}
type={item.name}
onClick={() => onLink(item.url)}
>
<div
className={classNames(
styles.integration_row_col_hover,
'animate__fadeIn animate__animated duration-100ms',
)}
/>
<div className={styles.integration_row_col_content} name={item.name}>
<div className={styles.integration_row_col_text}>{item.label || item.name}</div>
<div className={styles.integration_row_col_sub}>{item.english || ''}</div>
</div>
</div>
))}
</div>
</div>
</div>
</div>
<div className={styles.integration_row} type="基础平台">
<div className={styles.integration_row_title} type="基础平台">
基础平台
<img src={icon3} alt="" />
</div>
<div className={styles.integration_row_list}>
<div className={styles.integration_row_grid} type="基础平台">
{configData['基础平台'] &&
configData['基础平台'].map(item => (
<div
key={item.name}
className={styles.integration_row_col}
type="基础平台"
onClick={() => onLink(item.url)}
>
<div
className={classNames(
styles.integration_row_col_hover,
'animate__fadeIn animate__animated duration-100ms',
)}
/>
<div className={styles.integration_row_col_content} name={item.name}>
<div className={styles.integration_row_col_text} type="基础平台">
{item.label || item.name}
</div>
<div className={styles.integration_row_col_sub}>{item.english || ''}</div>
</div>
</div>
))}
</div>
</div>
</div>
</div>
{linkUrl && showBackBtn ? (
<div
className={classNames(styles.iframeExit, 'animate__animated', 'animate__fadeIn')}
onClick={() => setLinkUrl('')}
>
<div className={styles.iframeBackLeft}>
<img src={arrowLeftImg} alt="返回" />
</div>
<div className={styles.iframeExitIcon}>
<img src={backImg} alt="返回" />
返回
</div>
</div>
) : null}
{iframeItem}
</div>
);
};
export default IntegrationJimusaer;
.integrationJimusaer {
width: 100%;
position: relative;
height: 100%;
overflow: hidden;
background: url('@/assets/images/integration/taihu2/背景2.jpg') center/100% 100% no-repeat;
.iframeExitIcon {
position: absolute;
top: 0;
left: -45px;
display: flex;
height: 44px;
width: 44px;
background: rgba(28, 94, 180, 0.95);
border-radius: 0 7px 7px 0;
flex-direction: column;
justify-content: space-around;
align-items: center;
font-size: 12px;
transition: all 0.2s;
padding: 3px 0;
img {
width: 17px;
height: 12px;
}
}
.iframeExit:hover {
.iframeExitIcon {
left: 0;
}
.iframeBackLeft {
left: -15px;
}
}
.iframeBackLeft {
position: absolute;
top: 0;
left: 0;
width: 14px;
height: 44px;
background: rgba(28, 94, 180, 0.95);
border-radius: 0 7px 7px 0;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s;
img {
width: 6px;
height: 11px;
}
}
.iframeExit {
width: 44px;
height: 44px;
position: absolute;
top: 4px;
left: 0;
color: #FFF;
cursor: pointer;
user-select: none;
position: absolute;
z-index: 110;
}
.integrationJimusaer_exit {
position: absolute;
right: 10px;
top: 10px;
z-index: 100;
}
.integration_content {
display: flex;
flex-direction: column;
align-items: center;
transform-origin: left top;
position: absolute;
left: 50%;
top: 50%;
padding: 0px 20px 10px;
}
.integration_row {
display: flex;
width: 1505px;
overflow: hidden;
.integration_row_title {
flex: none;
margin-right: 30px;
position: relative;
writing-mode: vertical-rl;
font-weight: bold;
font-size: 22px;
color: #fff;
line-height: 33px;
text-shadow: 0 0 18px rgba(0, 144, 255, 0.5);
display: flex;
align-items: flex-start;
justify-content: center;
letter-spacing: 3px;
img {
width: 33px;
height: 42px;
position: absolute;
right: -25px;
top: 50%;
transform: translateY(-50%);
}
}
.integration_row_list {
flex: 1;
display: flex;
align-items: center;
}
}
.integration_row_col {
position: relative;
cursor: pointer;
}
.integration_row_col_text {
font-weight: bold;
font-size: 20px;
color: #FFFFFF;
transition: all 0.1s;
position: relative;
white-space: nowrap;
}
.integration_row_col:hover {
filter: brightness(120%);
.integration_row_col_hover {
display: block !important;
}
.integration_row_col_text {
color: #fff !important;
}
.integration_row_col_sub {
color: #fff !important;
}
}
.integration_row_title[type='业务中心'] {
width: 46px;
height: 154px;
background: url('@/assets/images/integration/jimusaer/业务中心.png') center center no-repeat;
background-size: 100% 100%;
}
.integration_row_title[type='应用系统'] {
width: 46px;
height: 421px;
background: url('@/assets/images/integration/jimusaer/应用系统.png') center center no-repeat;
background-size: 100% 100%;
}
.integration_row_title[type='基础平台'] {
width: 46px;
height: 153px;
background: url('@/assets/images/integration/jimusaer/基础平台.png') center center no-repeat;
background-size: 100% 100%;
}
// 综合管控start
.integration_row[type='业务中心'] {
height: 153px;
display: flex;
align-items: center;
margin-bottom: 15px;
.integration_row_list {
height: 140px;
background: linear-gradient(0deg, rgba(171, 136, 0, 0) 0%, rgba(177, 153, 58, 0.5) 100%);
border-radius: 20px;
padding-top: 7px;
position: relative;
top: 5px;
}
}
.integration_row_grid[type='业务中心'] {
display: flex;
justify-content: space-around;
padding-left: 13px;
padding-top: 8px;
}
.integration_row_col[type='业务中心'] {
width: 468px;
height: 118px;
.integration_row_col_text {
font-weight: bold;
font-size: 20px;
color: #FFED9A;
text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
margin-bottom: 2px;
}
.integration_row_col_sub {
font-weight: 400;
font-size: 13px;
color: rgba(231, 215, 138, 0.6);
}
.integration_row_col_content {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
padding: 28px 20px 45px 183px;
}
.integration_row_col_content[name='综合管理门户'] {
background: url('@/assets/images/integration/jimusaer/综合管理门户.png') 66px 29px no-repeat,
url('@/assets/images/integration/jimusaer/业务中心bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='综合外业工单'] {
background: url('@/assets/images/integration/jimusaer/综合外业工单.png') 66px 29px no-repeat,
url('@/assets/images/integration/jimusaer/业务中心bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='综合业务大屏'] {
background: url('@/assets/images/integration/jimusaer/综合业务大屏.png') 66px 29px no-repeat,
url('@/assets/images/integration/jimusaer/业务中心bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
}
// 综合管控end
// 应用系统
.integration_row[type='应用系统'] {
height: 421px;
display: flex;
align-items: flex-start;
margin-bottom: 15px;
.integration_row_right2 {
flex: 1;
display: flex;
overflow: hidden;
padding-top: 12px;
justify-content: space-between;
}
.integration_row_list_title {
font-weight: bold;
font-size: 18px;
color: #FFFFFF;
font-style: italic;
letter-spacing: 2px;
padding-right: 14px;
}
.integration_row_list {
// flex: 1;
width: 458px;
height: 400px;
overflow: hidden;
}
}
.integration_row_list[type='智慧管网'] {
overflow: hidden;
flex-direction: column;
background: linear-gradient(180deg, rgba(39, 112, 173, 0.5) 0%, rgba(39, 112, 173, 0) 100%);
border-radius: 20px;
flex: none;
.integration_row_list_title {
width: 100%;
height: 60px;
position: relative;
top: -4px;
padding-top: 24px;
line-height: 1;
text-align: center;
background: url('@/assets/images/integration/jimusaer/智慧管网.png') center center no-repeat;
background-size: 100% 60px;
}
.integration_row_col_text {
font-weight: bold;
font-size: 20px;
color: #AEEFFF;
// padding-top: 50px;
padding-bottom: 4px;
text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
}
.integration_row_col_content {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 183px;
padding-bottom: 13px;
}
.integration_row_col_sub {
font-weight: 400;
font-size: 13px;
color: rgba(174, 239, 255, 0.6);
}
}
.integration_row_grid[type='智慧管网'] {
display: flex;
flex-direction: column;
}
.integration_row_col {
width: 426px;
height: 118px;
}
.integration_row_col_content[name='管网GIS系统'] {
background: url('@/assets/images/integration/jimusaer/管网GIS系统.png') 67px 28px no-repeat,
url('@/assets/images/integration/jimusaer/应用系统bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='管网采集系统'] {
background: url('@/assets/images/integration/jimusaer/管网采集系统.png') 67px 28px no-repeat,
url('@/assets/images/integration/jimusaer/应用系统bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='管网一张图'] {
background: url('@/assets/images/integration/jimusaer/管网一张图.png') 67px 28px no-repeat,
url('@/assets/images/integration/jimusaer/应用系统bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='管网运行监测'] {
background: url('@/assets/images/integration/jimusaer/管网运行监测.png') 67px 28px no-repeat,
url('@/assets/images/integration/jimusaer/应用系统bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='调度事物管理'] {
background: url('@/assets/images/integration/jimusaer/调度事物管理.png') 67px 28px no-repeat,
url('@/assets/images/integration/jimusaer/应用系统bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='报警管理平台'] {
background: url('@/assets/images/integration/jimusaer/报警管理平台.png') 67px 28px no-repeat,
url('@/assets/images/integration/jimusaer/应用系统bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='营业收费'] {
background: url('@/assets/images/integration/jimusaer/营业收费.png') 67px 28px no-repeat,
url('@/assets/images/integration/jimusaer/应用系统bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='抄表管理'] {
background: url('@/assets/images/integration/jimusaer/抄表管理.png') 67px 28px no-repeat,
url('@/assets/images/integration/jimusaer/应用系统bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='网上营业厅'] {
background: url('@/assets/images/integration/jimusaer/网上营业厅.png') 67px 28px no-repeat,
url('@/assets/images/integration/jimusaer/应用系统bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
// 智慧生产调度end
// 基础平台start
.integration_row[type='基础平台'] {
height: 153px;
display: flex;
align-items: center;
.integration_row_list {
height: 140px;
background: linear-gradient(0deg, rgba(0, 131, 120, 0) 0%, rgba(0, 131, 120, 0.5) 100%);
border-radius: 20px;
padding-top: 7px;
position: relative;
top: 5px;
}
}
.integration_row_grid[type='基础平台'] {
display: flex;
justify-content: space-between;
padding-left: 13px;
padding-top: 8px;
width: 100%;
padding-right: 17px;
}
.integration_row_col[type='基础平台'] {
width: 348px;
height: 118px;
.integration_row_col_text {
font-weight: bold;
font-size: 20px;
color: #89FFDC;
text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
margin-bottom: 2px;
}
.integration_row_col_sub {
font-weight: 400;
font-size: 13px;
color: rgba(137, 255, 220, 0.6);
}
.integration_row_col_content {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
padding: 28px 20px 45px 144px;
}
.integration_row_col_content[name='物联统一接入平台'] {
background: url('@/assets/images/integration/jimusaer/物联统一接入平台.png') 47px 28px no-repeat,
url('@/assets/images/integration/jimusaer/基础平台bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='综合后台管理平台'] {
background: url('@/assets/images/integration/jimusaer/综合后台管理平台.png') 47px 28px no-repeat,
url('@/assets/images/integration/jimusaer/基础平台bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='GIS服务平台'] {
background: url('@/assets/images/integration/jimusaer/GIS服务平台.png') 47px 28px no-repeat,
url('@/assets/images/integration/jimusaer/基础平台bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='Web组态平台'] {
background: url('@/assets/images/integration/jimusaer/Web组态平台.png') 47px 28px no-repeat,
url('@/assets/images/integration/jimusaer/基础平台bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
}
//基础平台end
.integrationJimusaer_title {
display: flex;
// align-items: center;
justify-content: center;
padding-top: 10px;
&_left {
width: 372px;
height: 75px;
background: url('@/assets/images/integration2/left.png') center/100% 100% no-repeat;
}
&_text {
flex: none;
color: #fff;
span {
line-height: 97px;
color: #fff;
font-size: 56px;
letter-spacing: 4px;
background: linear-gradient(0deg, #56A1EF 0%, #FFFFFF 59%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
position: relative;
// top: -8px;
font-weight: bolder;
}
}
&_right {
width: 372px;
height: 75px;
background: url('@/assets/images/integration2/right.png') center/100% 100% no-repeat;
}
}
}
.integrationJumpLoad {
width: 100%;
height: 100%;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
top: 0;
left: 0;
z-index: 1080;
padding-bottom: 50px;
background-color: rgba(0, 0, 0, 0.6);
}
.hide {
visibility: hidden;
}
@-webkit-keyframes scale-in-center {
0% {
-webkit-transform: scaleY(0);
transform: scaleY(0);
opacity: 1;
}
100% {
-webkit-transform: scaleY(1);
transform: scaleY(1);
opacity: 1;
}
}
@keyframes scale-in-center {
0% {
-webkit-transform: scaleY(0);
transform: scaleY(0);
opacity: 1;
}
100% {
-webkit-transform: scaleY(1);
transform: scaleY(1);
opacity: 1;
}
}
.scaleInCenter {
visibility: visible;
-webkit-animation: scale-in-center .3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
animation: scale-in-center .3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
& :global {
.integrationJimusaer {
.anticon {
vertical-align: 0.125em;
}
}
}
\ No newline at end of file
......@@ -7,17 +7,17 @@ import React, { useRef, useEffect, useState, useMemo } from 'react';
import backImg from '@/assets/images/demonstration/返回.png';
import arrowLeftImg from '@/assets/images/demonstration/左箭头.png';
import LoadPage from '@/components/LoadPage';
import icon1 from '@/assets/images/integration/taihu/综合管控_arrow.png';
import icon2 from '@/assets/images/integration/taihu/智慧应用_arrow.png';
import icon3 from '@/assets/images/integration/taihu/支撑平台_arrow.png';
import icon1 from '@/assets/images/integration/taihu2/综合管控_arrow.png';
import icon2 from '@/assets/images/integration/taihu2/智慧应用_arrow.png';
import icon3 from '@/assets/images/integration/taihu2/支撑平台_arrow.png';
import useFullScreen from '../../demonstration/components/useFullScreen';
import defaultConfig from './data.json';
import styles from './integration.less';
import styles from './index.less';
import Iframe from '../../demonstration/components/Iframe';
const boxWidth = 1920;
const boxHeight = 1008;
const Integration = props => {
const boxHeight = 930;
const IntegrationTaihu = props => {
const [ref, isFullscreen, handleFullScreen, handleExitFullScreen] = useFullScreen(false);
const timer2 = useRef(null);
const timer3 = useRef(null);
......@@ -33,14 +33,14 @@ const Integration = props => {
};
const [boxSize, setBoxSize] = useState({
scale: 1,
boxHeight: 1008,
boxHeight: 930,
});
const [linkUrl, setLinkUrl] = useState('');
const [jumpLoading, setJumpLoading] = useState(false);
const [progressValue2, setProgressValue2] = useState(0);
const [showBackBtn, setShowBackBtn] = useState(true); // 是否显示iframe 返回按钮,三维平台用
const configName = '集成配置文件';
const configName = '太湖集成配置文件';
const [configData, setConfigData] = useState(defaultConfig);
......@@ -191,7 +191,7 @@ const Integration = props => {
}, []);
return (
<div className={classNames(styles.integration, 'integration')} ref={ref}>
<div className={classNames(styles.integrationTaihu, 'integrationTaihu')} ref={ref}>
{jumpLoading ? (
<div className={styles.integrationJumpLoad} key="jumpLoading">
<div style={{ width: '285px' }}>
......@@ -200,7 +200,7 @@ const Integration = props => {
</div>
) : null}
{!linkUrl ? (
<div className={styles.integration_exit} onClick={exit}>
<div className={styles.integrationTaihu_exit} onClick={exit}>
<Button type="text" style={{ color: '#fff', fontSize: '24px' }}>
{isFullscreen ? <FullscreenExitOutlined /> : <FullscreenOutlined />}
</Button>
......@@ -215,12 +215,12 @@ const Integration = props => {
transform: `scale(${boxSize.scale}) translate(-50%,-50%)`,
}}
>
<div className={styles.integration_title}>
<div className={styles.integration_title_left} />
<div className={styles.integration_title_text}>
<div className={styles.integrationTaihu_title}>
{/* <div className={styles.integrationTaihu_title_left} /> */}
<div className={styles.integrationTaihu_title_text}>
<span>{configData?.['标题'] || '智慧水务综合监控平台'}</span>
</div>
<div className={styles.integration_title_right} />
{/* <div className={styles.integrationTaihu_title_right} /> */}
</div>
<div className={styles.integration_row} type="综合管控">
<div className={styles.integration_row_title} type="综合管控">
......@@ -259,40 +259,14 @@ const Integration = props => {
智慧应用
<img src={icon2} alt="" />
</div>
<div className={styles.integration_row_list} type="智慧生产调度">
<div className={styles.integration_row_list_title} type="智慧生产调度">
- 智慧生产调度 -
</div>
<div className={styles.integration_row_grid} type="智慧生产调度">
{configData['智慧生产调度'] &&
configData['智慧生产调度'].map(item => (
<div
key={item.name}
className={styles.integration_row_col}
type={item.name}
onClick={() => onLink(item.url)}
>
<div
className={classNames(
styles.integration_row_col_hover,
'animate__fadeIn animate__animated duration-100ms',
)}
/>
<div className={styles.integration_row_col_content} name={item.name}>
<div className={styles.integration_row_col_text}>{item.label || item.name}</div>
</div>
</div>
))}
</div>
</div>
<div className={styles.integration_row_list_right}>
<div className={styles.integration_row_list} type="智慧管网管理">
<div className={styles.integration_row_list_title} type="智慧管网管理">
- 智慧管网管理 -
<div className={styles.integration_row_right2}>
<div className={styles.integration_row_list} type="智慧生产调度">
<div className={styles.integration_row_list_title} type="智慧生产调度">
- 智慧生产调度 -
</div>
<div className={styles.integration_row_grid} type="智慧管网管理">
{configData['智慧管网管理'] &&
configData['智慧管网管理'].map(item => (
<div className={styles.integration_row_grid} type="智慧生产调度">
{configData['智慧生产调度'] &&
configData['智慧生产调度'].map(item => (
<div
key={item.name}
className={styles.integration_row_col}
......@@ -312,35 +286,63 @@ const Integration = props => {
))}
</div>
</div>
<div className={styles.integration_row_list} type="智慧漏损控制">
<div className={styles.integration_row_list_title} type="智慧漏损控制">
- 智慧漏损控制 -
<div className={styles.integration_row_list_right}>
<div className={styles.integration_row_list} type="智慧管网管理">
<div className={styles.integration_row_list_title} type="智慧管网管理">
- 智慧管网管理 -
</div>
<div className={styles.integration_row_grid} type="智慧管网管理">
{configData['智慧管网管理'] &&
configData['智慧管网管理'].map(item => (
<div
key={item.name}
className={styles.integration_row_col}
type={item.name}
onClick={() => onLink(item.url)}
>
<div
className={classNames(
styles.integration_row_col_hover,
'animate__fadeIn animate__animated duration-100ms',
)}
/>
<div className={styles.integration_row_col_content} name={item.name}>
<div className={styles.integration_row_col_text}>{item.label || item.name}</div>
</div>
</div>
))}
</div>
</div>
<div className={styles.integration_row_grid} type="智慧漏损控制">
{configData['智慧漏损控制'] &&
configData['智慧漏损控制'].map(item => (
<div
key={item.name}
className={styles.integration_row_col}
type={item.name}
onClick={() => onLink(item.url)}
>
<div className={styles.integration_row_list} type="智慧漏损控制">
<div className={styles.integration_row_list_title} type="智慧漏损控制">
- 智慧漏损控制 -
</div>
<div className={styles.integration_row_grid} type="智慧漏损控制">
{configData['智慧漏损控制'] &&
configData['智慧漏损控制'].map(item => (
<div
className={classNames(
styles.integration_row_col_hover,
'animate__fadeIn animate__animated duration-100ms',
)}
/>
<div className={styles.integration_row_col_content} name={item.name}>
<div className={styles.integration_row_col_text}>{item.label || item.name}</div>
{item.english ? (
<div className={styles.integration_row_col_sub}>
&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp; {item.english || ''}
</div>
) : null}
key={item.name}
className={styles.integration_row_col}
type={item.name}
onClick={() => onLink(item.url)}
>
<div
className={classNames(
styles.integration_row_col_hover,
'animate__fadeIn animate__animated duration-100ms',
)}
/>
<div className={styles.integration_row_col_content} name={item.name}>
<div className={styles.integration_row_col_text}>{item.label || item.name}</div>
{item.english ? (
<div className={styles.integration_row_col_sub}>
&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp; {item.english || ''}
</div>
) : null}
</div>
</div>
</div>
))}
))}
</div>
</div>
</div>
</div>
......@@ -424,4 +426,4 @@ const Integration = props => {
</div>
);
};
export default Integration;
export default IntegrationTaihu;
@imgSrc: '@/assets/images/integration/taihu2/';
.integrationTaihu {
width: 100%;
position: relative;
height: 100%;
overflow: hidden;
background: url('@/assets/images/integration/taihu2/背景2.jpg') center/100% 100% no-repeat;
.iframeExitIcon {
position: absolute;
top: 0;
left: -45px;
display: flex;
height: 44px;
width: 44px;
background: rgba(28, 94, 180, 0.95);
border-radius: 0 7px 7px 0;
flex-direction: column;
justify-content: space-around;
align-items: center;
font-size: 12px;
transition: all 0.2s;
padding: 3px 0;
img {
width: 17px;
height: 12px;
}
}
.iframeExit:hover {
.iframeExitIcon {
left: 0;
}
.iframeBackLeft {
left: -15px;
}
}
.iframeBackLeft {
position: absolute;
top: 0;
left: 0;
width: 14px;
height: 44px;
background: rgba(28, 94, 180, 0.95);
border-radius: 0 7px 7px 0;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s;
img {
width: 6px;
height: 11px;
}
}
.iframeExit {
width: 44px;
height: 44px;
position: absolute;
top: 4px;
left: 0;
color: #FFF;
cursor: pointer;
user-select: none;
position: absolute;
z-index: 110;
}
.integrationTaihu_exit {
position: absolute;
right: 10px;
top: 10px;
z-index: 100;
}
.integration_content {
display: flex;
flex-direction: column;
align-items: center;
transform-origin: left top;
position: absolute;
left: 50%;
top: 50%;
padding: 0px 20px 10px;
}
.integration_row {
display: flex;
width: 1505px;
overflow: hidden;
.integration_row_title {
flex: none;
margin-right: 30px;
position: relative;
writing-mode: vertical-rl;
font-weight: bold;
font-size: 22px;
color: #fff;
line-height: 33px;
text-shadow: 0 0 18px rgba(0, 144, 255, 0.5);
display: flex;
align-items: flex-start;
justify-content: center;
letter-spacing: 3px;
img {
width: 33px;
height: 42px;
position: absolute;
right: -25px;
top: 50%;
transform: translateY(-50%);
}
}
.integration_row_list {
flex: 1;
display: flex;
align-items: center;
}
}
.integration_row_col {
position: relative;
cursor: pointer;
}
.integration_row_col_text {
font-weight: bold;
font-size: 20px;
color: #FFFFFF;
transition: all 0.1s;
position: relative;
white-space: nowrap;
}
.integration_row_col:hover {
filter: brightness(120%);
.integration_row_col_hover {
display: block !important;
}
.integration_row_col_text {
color: #fff !important;
}
.integration_row_col_sub {
color: #fff !important;
}
}
.integration_row_title[type='综合管控'] {
width: 46px;
height: 144px;
background: url('@{imgSrc}/综合管控_left.png') center center no-repeat;
background-size: 100% 100%;
}
.integration_row_title[type='智慧应用'] {
width: 46px;
height: 372px;
background: url('@{imgSrc}/智慧应用_left.png') center center no-repeat;
background-size: 100% 100%;
}
.integration_row_title[type='支撑平台'] {
width: 46px;
height: 228px;
background: url('@{imgSrc}/支撑平台_left.png') center center no-repeat;
background-size: 100% 100%;
}
// 综合管控start
.integration_row[type='综合管控'] {
height: 144px;
display: flex;
align-items: center;
margin-bottom: 15px;
.integration_row_list {
height: 124px;
background: linear-gradient(0deg, rgba(171, 136, 0, 0) 0%, rgba(177, 153, 58, 0.5) 100%);
border-radius: 20px;
padding-top: 7px;
position: relative;
top: 5px;
}
}
.integration_row_grid[type='综合管控'] {
display: flex;
justify-content: space-around;
padding-left: 13px;
padding-top: 8px;
}
.integration_row_col[type='综合管控'] {
width: 350px;
height: 94px;
.integration_row_col_text {
font-weight: bold;
font-size: 20px;
color: #FFED9A;
text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
}
.integration_row_col_sub {
font-weight: 400;
font-size: 13px;
color: rgba(231, 215, 138, 0.6);
}
.integration_row_col_content {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
padding: 25px 20px 45px 144px;
}
.integration_row_col_content[name='统一平台'] {
background: url('@{imgSrc}/统一平台.png') 45px 12px no-repeat,
url('@{imgSrc}/综合管控_bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='OA办公'] {
background: url('@{imgSrc}/OA办公.png') 45px 12px no-repeat,
url('@{imgSrc}/综合管控_bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='仓储系统'] {
background: url('@{imgSrc}/仓储系统.png') 45px 12px no-repeat,
url('@{imgSrc}/综合管控_bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='可视化大屏幕'] {
background: url('@{imgSrc}/可视化大屏幕.png') 45px 12px no-repeat,
url('@{imgSrc}/综合管控_bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
}
// 综合管控end
// 智慧生产调度
.integration_row[type='智慧应用'] {
height: 372px;
display: flex;
align-items: flex-start;
margin-bottom: 15px;
.integration_row_right2 {
flex: 1;
display: flex;
overflow: hidden;
padding-top: 12px;
}
.integration_row_list_title {
font-weight: bold;
font-size: 18px;
color: #FFFFFF;
font-style: italic;
letter-spacing: 2px;
}
.integration_row_list_right {
flex: 1;
height: 100%;
overflow: hidden;
}
}
.integration_row_list[type='智慧生产调度'] {
margin-right: 20px;
width: 804px;
height: 362px;
overflow: hidden;
flex-direction: column;
background: linear-gradient(180deg, rgba(39, 112, 173, 0.5) 0%, rgba(39, 112, 173, 0) 100%);
border-radius: 20px;
flex: none;
.integration_row_list_title {
width: 804px;
height: 54px;
line-height: 54px;
text-align: center;
background: url('@{imgSrc}/智慧生产调度.png') center/100% 100% no-repeat;
}
.integration_row_col_text {
font-weight: bold;
font-size: 20px;
color: #AEEFFF;
text-align: center;
padding-top: 50px;
text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
}
.integration_row_col_content {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
}
.integration_row_grid[type='智慧生产调度'] {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.integration_row_col[type='生产调度'] {
width: 256px;
height: 152px;
}
.integration_row_col[type='科学调度'] {
width: 256px;
height: 152px;
}
.integration_row_col[type='二次供水'] {
width: 256px;
height: 152px;
}
.integration_row_col[type='应急指挥'] {
width: 192px;
height: 152px;
}
.integration_row_col[type='农饮水监测'] {
width: 192px;
height: 152px;
}
.integration_row_col[type='水力模型'] {
width: 192px;
height: 152px;
}
.integration_row_col[type='设备管理'] {
width: 192px;
height: 152px;
}
.integration_row_list[type='智慧生产调度'] {
.integration_row_col_content[name='生产调度'] {
background: url('@{imgSrc}/生产调度.png') center 18px no-repeat,
url('@{imgSrc}/生产调度_bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='科学调度'] {
background: url('@{imgSrc}/科学调度.png') center 18px no-repeat,
url('@{imgSrc}/生产调度_bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='二次供水'] {
background: url('@{imgSrc}/二次供水.png') center 18px no-repeat,
url('@{imgSrc}/生产调度_bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='应急指挥'] {
background: url('@{imgSrc}/应急指挥.png') center 18px no-repeat,
url('@{imgSrc}/应急指挥bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='农饮水监测'] {
background: url('@{imgSrc}/农饮水监测.png') center 18px no-repeat,
url('@{imgSrc}/应急指挥bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='水力模型'] {
background: url('@{imgSrc}/水力模型.png') center 18px no-repeat,
url('@{imgSrc}/应急指挥bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='设备管理'] {
background: url('@{imgSrc}/设备管理.png') center 18px no-repeat,
url('@{imgSrc}/应急指挥bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
}
// 智慧生产调度end
// 智慧管网管理start
.integration_row_list[type='智慧管网管理'] {
width: 100%;
height: 210px;
overflow: hidden;
flex-direction: column;
background: linear-gradient(180deg, rgba(39, 112, 173, 0.5) 0%, rgba(39, 112, 173, 0) 100%);
border-radius: 20px;
flex: none;
margin-bottom: 10px;
.integration_row_list_title {
width: 100%;
height: 54px;
line-height: 54px;
text-align: center;
background: url('@{imgSrc}/智慧管网管理.png') center/100% 100% no-repeat;
}
.integration_row_col_text {
font-weight: bold;
font-size: 20px;
color: #AEEFFF;
text-align: center;
padding-top: 50px;
text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
}
.integration_row_col_content {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.integration_row_col {
width: 192px;
height: 152px;
}
.integration_row_col_content[name='管网GIS'] {
background: url('@{imgSrc}/管网GIS.png') center 18px no-repeat,
url('@{imgSrc}/应急指挥bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='GIS数据维护'] {
background: url('@{imgSrc}/GIS数据维护.png') center 18px no-repeat,
url('@{imgSrc}/应急指挥bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='管网巡检'] {
background: url('@{imgSrc}/管网巡检.png') center 18px no-repeat,
url('@{imgSrc}/应急指挥bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
}
.integration_row_grid[type='智慧管网管理'] {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
//智慧管网管理end
// 智慧漏损控制start
.integration_row_list[type='智慧漏损控制'] {
width: 100%;
height: 136px;
overflow: hidden;
flex-direction: column;
background: linear-gradient(180deg, rgba(39, 112, 173, 0.5) 0%, rgba(39, 112, 173, 0) 100%);
border-radius: 20px;
flex: none;
.integration_row_list_title {
width: 100%;
height: 54px;
line-height: 54px;
text-align: center;
background: url('@{imgSrc}/智慧管网管理.png') center/100% 100% no-repeat;
}
.integration_row_col_text {
font-weight: bold;
font-size: 20px;
color: #AEEFFF;
text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
}
.integration_row_col_content {
width: 577px;
height: 77px;
display: flex;
padding-left: 178px;
padding-bottom: 15px;
align-items: center;
}
.integration_row_col_sub {
font-weight: 400;
font-size: 13px;
color: rgba(174, 239, 255, 0.6);
line-height: 48px;
}
.integration_row_col_content[name='漏损控制'] {
background: url('@{imgSrc}/漏损控制.png') 65px 5px no-repeat,
url('@{imgSrc}/智慧漏损控制_bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
}
.integration_row_grid[type='漏损控制'] {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
//智慧漏损控制end
// 数据支撑start
.integration_row[type='支撑平台'] {
height: 228px;
display: flex;
align-items: flex-start;
margin-bottom: 10px;
justify-content: space-between;
overflow: hidden;
.integration_row_right {
flex: 1;
display: flex;
align-items: flex-start;
justify-content: space-between;
padding-top: 15px;
}
.integration_row_list_title {
flex: none;
font-weight: bold;
font-size: 18px;
color: #FFFFFF;
font-style: italic;
letter-spacing: 2px;
}
}
.integration_row_list[type='数据支撑'] {
width: 600px;
height: 210px;
overflow: hidden;
flex-direction: column;
background: linear-gradient(180deg, rgba(39, 112, 173, 0.5) 0%, rgba(39, 112, 173, 0) 100%);
border-radius: 20px;
flex: none;
.integration_row_list_title {
width: 100%;
height: 54px;
line-height: 54px;
text-align: center;
background: url('@{imgSrc}/数据支撑.png') center/100% 100% no-repeat;
}
.integration_row_col_text {
font-weight: bold;
font-size: 20px;
color: #AEEFFF;
text-align: center;
padding-top: 50px;
text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
}
.integration_row_col_content {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.integration_row_col {
width: 192px;
height: 152px;
}
.integration_row_col_content[name='物联网平台'] {
background: url('@{imgSrc}/物联网平台.png') center 18px no-repeat,
url('@{imgSrc}/支撑平台_bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='数据统一管理'] {
background: url('@{imgSrc}/数据统一管理.png') center 18px no-repeat,
url('@{imgSrc}/支撑平台_bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='GIS发布平台'] {
background: url('@{imgSrc}/GIS发布平台.png') center 18px no-repeat,
url('@{imgSrc}/支撑平台_bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
}
.integration_row_grid[type='数据支撑'] {
display: flex;
}
//数据支撑end
// 业务支撑start
.integration_row_list[type='业务支撑'] {
width: 805px;
height: 210px;
overflow: hidden;
flex-direction: column;
background: linear-gradient(180deg, rgba(39, 112, 173, 0.5) 0%, rgba(39, 112, 173, 0) 100%);
border-radius: 20px;
flex: none;
margin-bottom: 10px;
.integration_row_list_title {
width: 100%;
height: 54px;
line-height: 54px;
text-align: center;
background: url('@{imgSrc}/业务支撑.png') center/100% 100% no-repeat;
}
.integration_row_col_text {
font-weight: bold;
font-size: 20px;
color: #AEEFFF;
text-align: center;
padding-top: 50px;
text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
}
.integration_row_col_content {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.integration_row_col {
width: 192px;
height: 152px;
}
.integration_row_col_content[name='BMP流程引擎'] {
background: url('@{imgSrc}/BMP流程引擎.png') center 18px no-repeat,
url('@{imgSrc}/支撑平台_bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='可视化工具'] {
background: url('@{imgSrc}/可视化工具.png') center 18px no-repeat,
url('@{imgSrc}/支撑平台_bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='低代码工具'] {
background: url('@{imgSrc}/低代码工具.png') center 18px no-repeat,
url('@{imgSrc}/支撑平台_bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
.integration_row_col_content[name='报表工具'] {
background: url('@{imgSrc}/报表工具.png') center 18px no-repeat,
url('@{imgSrc}/支撑平台_bg.png') center center no-repeat;
background-size: 54px 54px, 100% 100%;
}
}
.integration_row_grid[type='业务支撑'] {
display: flex;
}
//业务支撑end
.integrationTaihu_title {
display: flex;
// align-items: center;
justify-content: center;
padding-top: 10px;
&_left {
width: 372px;
height: 75px;
background: url('@/assets/images/integration2/left.png') center/100% 100% no-repeat;
}
&_text {
flex: none;
color: #fff;
span {
line-height: 97px;
color: #fff;
font-size: 60px;
letter-spacing: 4px;
background: linear-gradient(0deg, #56A1EF 0%, #FFFFFF 59%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
position: relative;
// top: -8px;
font-weight: bolder;
}
}
&_right {
width: 372px;
height: 75px;
background: url('@/assets/images/integration2/right.png') center/100% 100% no-repeat;
}
}
}
.integrationJumpLoad {
width: 100%;
height: 100%;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
top: 0;
left: 0;
z-index: 1080;
padding-bottom: 50px;
background-color: rgba(0, 0, 0, 0.6);
}
.hide {
visibility: hidden;
}
@-webkit-keyframes scale-in-center {
0% {
-webkit-transform: scaleY(0);
transform: scaleY(0);
opacity: 1;
}
100% {
-webkit-transform: scaleY(1);
transform: scaleY(1);
opacity: 1;
}
}
@keyframes scale-in-center {
0% {
-webkit-transform: scaleY(0);
transform: scaleY(0);
opacity: 1;
}
100% {
-webkit-transform: scaleY(1);
transform: scaleY(1);
opacity: 1;
}
}
.scaleInCenter {
visibility: visible;
-webkit-animation: scale-in-center .3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
animation: scale-in-center .3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
& :global {
.integrationTaihu {
.anticon {
vertical-align: 0.125em;
}
}
}
\ No newline at end of file
......@@ -2,7 +2,7 @@
* @Author: 634665781 634665781@qq.com
* @Date: 2022-07-08 14:28:01
* @LastEditors: Please set LastEditors
* @LastEditTime: 2024-07-20 20:07:23
* @LastEditTime: 2024-07-31 16:44:10
* @FilePath: \CivWeb\src\pages\user\login\index.js
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
......@@ -56,6 +56,7 @@ import FengqiuLogin from './template/project/fengqiu';
import DiantouLogin from './template/project/diantou';
import ChangchunLogin from './template/project/changchun';
import TiemenguanLogin from './template/project/tiemenguan';
import TaihuLogin from './template/project/taihu';
import { AppInitState } from '../../../render';
const LoginTemplate = {
'新春.html': baseLoginNewYear,
......@@ -109,6 +110,7 @@ const LoginTemplate = {
'项目 - 店头.html': DiantouLogin,
'项目 - 长春.html': ChangchunLogin,
'项目 - 铁门关.html': TiemenguanLogin,
'项目 - 太湖.html': TaihuLogin,
default: BaseLogin,
};
/* eslint-disable */
......
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
/*
* 功能名称: 太湖登录页
* 功能路径:
* 功能参数:
*/
import React, { forwardRef, useEffect, useRef, useState } from 'react';
import $ from 'jquery';
import { Modal, Popover } from 'antd';
import QRCode from 'qrcode.react';
import { Helmet, HelmetProvider } from 'react-helmet-async';
import { connect } from 'react-redux';
import { useHistory, withRouter } from '@wisdom-utils/runtime';
import { actionCreators } from '@/containers/App/store';
import classnames from 'classnames';
import moment from 'moment';
import QueueAnim from 'rc-queue-anim';
import defaultSetting from '../../../../../../../config/defaultSetting';
import LoginAction from '../../../login';
import styles from './index.less';
import Account from '../../../js/useAccount';
import { defaultApp } from '../../../../../../micro';
import logo from './images/logo.png';
import qrcodePng from './images/扫码.png';
import bg from './images/背景.jpg';
const Cripples = require('@/assets/js/ripples/jquery.ripples');
const PopOvercontent = () => {
const qrcodes = window.globalConfig && window.globalConfig.qrcode;
if (qrcodes) {
return <QRCode value={qrcodes} />;
}
return <span>手持APP下载未配置</span>;
};
const Login = forwardRef((props, _ref) => {
const sliVerify = useRef();
const loginFormRef = useRef();
const formRef = useRef(null);
const [status, setStatus] = useState('normal');
const [show, setShow] = useState(false);
const [autoLogin, setAutoLogin] = useState(false);
const [submitting, setSubmitting] = useState(false);
const [type, setType] = useState('Account');
const [visible, setVisible] = useState(false);
const history = useHistory();
const [action, setAction] = useState(() => new LoginAction(Object.assign({}, props, { history }), setVisible, false));
const [dateObj, setDateObj] = useState({});
const handleSubmit = values => {
/* eslint-disable */
action &&
(type === 'Account'
? action.loginHandler(values.userName, values.password, null, autoLogin, sliVerify)
: type === 'Mobile'
? action.phoneLoginFormHandler(values.mobile, values.captcha)
: null);
setSubmitting(true);
props.updateCurrentIndex && props.updateCurrentIndex(-1);
};
useEffect(() => {
action &&
action.events.on('loginSuccess', event => {
setSubmitting(false);
props.updateCurrentIndex && props.updateCurrentIndex(0);
props.history.push(`/?client=${props.global.client}`);
defaultApp();
});
action &&
action.events.on('loginError', event => {
setVisible(false);
setSubmitting(false);
});
action &&
action.events.on('loginVisible', status => {
setVisible(status);
});
action.events.on('loginHomePage', () => {
props.history.push(`/homePage`);
});
action.events.on('loginIndustry', () => {
props.history.push(`/industry`);
});
return () => {
action && action.events && action.events.removeAllListeners('loginSuccess');
action && action.events && action.events.removeAllListeners('loginError');
action && action.events && action.events.removeAllListeners('loginVisible');
action && action.events && action.events.removeAllListeners('loginHomePage');
action && action.events && action.events.removeAllListeners('loginIndustry');
};
}, [props.loginMode]);
useEffect(() => {
setSubmitting(false);
}, [visible]);
const renderPlatform = () => {
const template = props.global.loginTemplate;
const params = {
fromRef: formRef,
type,
setType,
status,
submitting,
autoLogin,
setAutoLogin,
action,
onSubmit: handleSubmit,
loginMode: props.loginMode,
updateLoginMode: props.updateLoginMode,
welcome: null,
};
return <Account {...params} />;
};
/* eslint-disable */
const handleWeek = () => {
const weekOfDay = Number(moment().format('E'));
let weekDayName = '';
switch (weekOfDay) {
case 1:
weekDayName = '周一';
break;
case 2:
weekDayName = '周二';
break;
case 3:
weekDayName = '周三';
break;
case 4:
weekDayName = '周四';
break;
case 5:
weekDayName = '周五';
break;
case 6:
weekDayName = '周六';
break;
case 7:
weekDayName = '周日';
break;
default:
weekDayName = '';
}
return weekDayName;
};
const onShow = () => {
if (!show) {
setShow(true);
}
};
useEffect(() => {
setTimeout(() => {
onShow();
}, 300);
setTimeout(() => {
$('.CarouselRipples').ripples({
resolution: 800,
dropRadius: 20, //px
perturbance: 2,
});
}, 1000);
}, []);
useEffect(() => {
return () => {};
}, [show]);
useEffect(() => {
const timer = setInterval(() => {
setDateObj({
curTime: moment().format('HH:mm:ss'),
week: handleWeek(),
date: moment().format('YYYY/MM/DD'),
});
}, 1000);
return () => {
clearInterval(timer);
};
}, []);
return (
<HelmetProvider>
<Helmet>
<title>{props.global.title || defaultSetting.title}</title>
<meta name="description" content={props.global.title || defaultSetting.title} />
</Helmet>
<div
className={classnames(styles.fengqiuLogin, 'fengqiuLogin')}
onClick={onShow}
style={{ background: `url(${bg}) no-repeat center center`, backgroundSize: '100%' }}
>
{show ? (
<div className={classnames(styles['wrapper'])}>
<QueueAnim type="scale" duration={1000}>
<div key={'innerwrapper'} className={classnames(styles['inner-wrapper'])}>
<div className={styles['inner-center']}>
<div className={styles['welcome-title']}>
安全优质供水 用心服务万家 </div>
<div className={classnames(styles['inner-bg'], styles['login-part'])} ref={loginFormRef}>
{renderPlatform()}
</div>
</div>
<Popover
content={PopOvercontent}
title="扫码下载APP"
placement="right"
overlayClassName={'popover-style'}
>
<img src={qrcodePng} alt="APP" className={styles['qrcode-box']} />
</Popover>
</div>
</QueueAnim>
<div key="loginheader" className={classnames(styles['login-header'])}>
<QueueAnim type="left">
<div key="logintitle" className={styles['left-title']}>
<div>
<img
src={
props.global &&
props.global.transformDevAssetsBaseURL &&
props.global.transformDevAssetsBaseURL(props.global.logo)
}
alt="logo"
/>
</div>
<div className={styles['cn-title']}>{props.global.title || defaultSetting.title}</div>
</div>
</QueueAnim>
<QueueAnim type="right">
<div key="logintime" className={styles['right-timebox']}>
<div className={styles['curr-time']}>{dateObj.curTime}</div>
<div className={styles['curr-week-date']}>
<div className={styles['curr-week']}>{dateObj.week}</div>
<div className={styles['curr-date']}>{dateObj.date}</div>
</div>
</div>
</QueueAnim>
</div>
</div>
) : null}
<div className={classnames(styles.CarouselRipples, 'CarouselRipples')} data-ripple="ripple" />
<Modal centered visible={visible} width={340} footer={null} closable={false} bodyStyle={{ padding: '15px' }}>
<div ref={sliVerify} />
</Modal>
</div>
</HelmetProvider>
);
});
const mapStateToProps = state => ({
global: state.getIn(['global', 'globalConfig']),
loginMode: state.getIn(['global', 'loginMode']),
});
const mapDispatchToProps = dispatch => ({
updateConfig(config) {
dispatch(actionCreators.getConfig(config));
},
createContext(data) {
dispatch(actionCreators.createContext(data));
},
updateLoginMode(mode) {
dispatch(actionCreators.changeLoginMode(mode));
},
updateCurrentIndex(index) {
dispatch(actionCreators.updateCurrentIndex(index));
},
});
export default connect(
mapStateToProps,
mapDispatchToProps,
)(withRouter(Login));
.fengqiuLogin {
width: 100%;
height: 100%;
position: relative;
min-height: 7.0rem;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
.caseHide {
display: none !important;
}
.inner-bg {
width: 100%;
height: 100%;
&>div {
width: 80%;
margin: 0 10% 10%;
}
}
.inner-wrapper {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
top: 250px;
left: calc(50% - 268.5px);
z-index: 50;
}
.inner-bg .title {
font-size: 27px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
letter-spacing: 2px;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.inner-center {
position: relative;
width: 545px;
height: 340px;
border: 1px solid #FDFDFD;
box-shadow: 0px 6px 18px 0px rgba(25, 61, 79, 0.35);
border-radius: 15px;
z-index: 2;
backdrop-filter: blur(6px);
}
.welcome-title {
height: 105px;
border-radius: 8px 8px 0px 0px;
text-align: center;
line-height: 60px;
font-size: 40px;
font-weight: bold;
color: #008EFE;
padding-top: 25px;
text-shadow: #FFFFFF 1.5px 0 0, #FFFFFF 0 1.5px 0, #FFFFFF -1.5px 0 0, #FFFFFF 0 -1.5px 0;
font-family: '楷体';
}
.formgroup2 {
display: flex;
align-items: center;
display: flex;
margin: 0px 5.5%;
margin-bottom: 10%;
align-items: center;
margin-bottom: 40px;
}
.APPcodeBox {
width: 100%;
display: flex;
flex-flow: column;
align-items: center;
cursor: pointer;
position: relative;
}
.APPCtext {
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #000000;
line-height: 30px;
opacity: 0.75;
}
.login-header {
box-sizing: border-box;
width: 100%;
position: absolute;
top: 0;
left: 0;
height: 82px;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 22px;
z-index: 50;
// border-bottom: 1px solid rgba(255, 255, 255, 0.12);
.left-title {
display: flex;
justify-content: flex-start;
align-items: center;
img {
// width: 55px;
height: 40px;
}
.cn-title {
font-size: 42px;
// font-family: 宋体;
font-weight: 400;
color: #333;
line-height: 55px;
text-shadow: 0px 1px 10px #A3AFC7;
line-height: 1;
margin-left: 10px;
}
}
.right-timebox {
display: flex;
justify-content: center;
align-items: center;
height: 60px;
.curr-time {
width: 140px;
font-size: 34px;
font-family: Microsoft YaHei;
font-weight: 300;
color: #333;
text-align: right;
}
.curr-week-date {
margin-left: 10px;
.curr-week {
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333;
}
.curr-date {
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333;
}
}
}
}
.copyright {
position: absolute;
bottom: 7%;
width: 100%;
margin: 0 auto;
font-size: 12px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #F1F6FD;
text-align: center;
}
.qrcode-box {
position: absolute;
bottom: 0;
right: -23px;
width: 23px;
height: 23px;
background: #FFFFFF;
opacity: 0.8;
cursor: pointer;
}
}
& :global {
.fengqiuLogin {
.panda-console-base-btn {
border-radius: 20px;
}
}
.popover-style {
.@{ant-prefix}-popover-inner-content {
display: flex;
justify-content: center;
align-items: center;
}
.@{ant-prefix}-popover-title {
display: flex;
justify-content: center;
align-items: center;
}
}
}
:global {
.popover-style {
.@{ant-prefix}-popover-inner-content {
display: flex;
justify-content: center;
align-items: center;
}
.@{ant-prefix}-popover-title {
display: flex;
justify-content: center;
align-items: center;
}
}
}
.CarouselRipples {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
& :global {
.CarouselRipples:before {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
}
}
\ No newline at end of file
......@@ -17,7 +17,7 @@ import JumpThirdLink from '../pages/system/iframe/JumpThirdLink';
import IntegratedLogin from '../pages/system/iframe/IntegratedLogin';
import IntegratedLoginPage from '../pages/integratedLogin'; // 集成登录管理
import ThirdParty from '../pages/thirdParty'; // 集成登录自定义跳转
import JimusaerPage from '../pages/bootpage/template/project/jimusaer/index';
import PrevieView from '../pages/system/previews/preview';
const Login = React.lazy(() => import('../pages/user/login'));
export const dyRoutes = (routes, layout, theme) => {
......@@ -125,6 +125,9 @@ export const dyRoutes = (routes, layout, theme) => {
if (/page\/integratedLoginPage/.test(path)) {
return <IntegratedLoginPage {...routeConfig} />;
}
if (/page\/jimusaerPage/.test(path)) {
return <JimusaerPage {...routeConfig} />;
}
},
},
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment