更新一版离线版

master
鲁誉程 1 year ago
parent e46a673653
commit bae9a4e73f

@ -55,6 +55,7 @@ const CoreSystemEntrance: FC<PageProps> = ({ }) => {
const needInstall = (installArr: string | any[]) => {
let res = false
let names = ['密码资源输入输出设备驱动', '一体化密码机驱动安装程序', '一体化密码机管理软件']
for (let i = 0; i < names.length; i++) {
if (!installArr.includes(names[i])) {
res = true;
@ -142,7 +143,7 @@ const CoreSystemEntrance: FC<PageProps> = ({ }) => {
maskClosable={false}
>
<div style={{ padding: '20px 0' }}>
</div>
</Modal>
}

@ -4,7 +4,7 @@ import { message } from 'antd';
import styles from './index.less';
import ContentWarp from '@/components/ContentWarp';
import ButtonComp from '@/components/ButtonComp';
import GBase from './exeDialog/GBase'
import GBase from './exeDialog/GBase';
import HGoogleEarth from './exeDialog/HGoogleEarth';
import MSXML from './exeDialog/MSXML';
import FlashPlayer from './exeDialog/FlashPlayer';

@ -15,6 +15,7 @@ export const fileStr = {
}
export const sysType = {
'offLine': 'offLine_',
'hx1': 'up_',
'hx2': 'down_',
'zq1': 'up_',
@ -22,6 +23,7 @@ export const sysType = {
}
export const sysTypeStr = {
'offLine_hx': '离线核心区',
'up_hx': '上级核心区',
'up_zq': '上级执勤区',
'down_hx': '下级核心区',

Loading…
Cancel
Save