diff --git a/ant_components/BIDatePicker/index.js b/ant_components/BIDatePicker/index.js index 4ac266480cb6462c4714fe29dd9eae6548eafef7..ecdfd1188617a46fa28d8a1107c7e90a4eac90e0 100644 --- a/ant_components/BIDatePicker/index.js +++ b/ant_components/BIDatePicker/index.js @@ -21,7 +21,7 @@ class BIDatePicker extends React.PureComponent { {...this.props} locale={zhCN} suffixIcon={ - + } /> @@ -37,7 +37,7 @@ class BIRangePicker extends React.PureComponent { {...this.props} locale={zhCN} suffixIcon={ - + } /> diff --git a/components/CustomIcon/IconFont.js b/components/CustomIcon/IconFont.js index 4adaf1d1c5d68f1c792c4de4103865b4654bd07c..86f85278e8ee0e2a512923f3d25db4c856ac7f90 100755 --- a/components/CustomIcon/IconFont.js +++ b/components/CustomIcon/IconFont.js @@ -1,7 +1,7 @@ import { createFromIconfontCN } from '@ant-design/icons'; const IconFont = createFromIconfontCN({ - scriptUrl: 'https://static.mttop.cn/iconfont210309.js', + scriptUrl: 'https://static.mttopgroup.cn/iconfont210309.js', }); export default IconFont; diff --git a/components/CustomIcon/config.js b/components/CustomIcon/config.js index 20229ee6dc5713720eeaf150a93f5fb0a0de681c..6eeb04c58422c91e147f79b6a2c5df420c87c1cc 100644 --- a/components/CustomIcon/config.js +++ b/components/CustomIcon/config.js @@ -1,47 +1,47 @@ export default { 'buniness': { - path: 'https://static.mttop.cn/admin/buniness.png', - selectedPath: 'https://static.mttop.cn/admin/buniness_select.png', + path: 'https://static.mttopgroup.cn/admin/buniness.png', + selectedPath: 'https://static.mttopgroup.cn/admin/buniness_select.png', name: '业务管理', }, 'approval': { - path: 'https://static.mttop.cn/admin/approval.png', - selectedPath: 'https://static.mttop.cn/admin/approval_select.png', + path: 'https://static.mttopgroup.cn/admin/approval.png', + selectedPath: 'https://static.mttopgroup.cn/admin/approval_select.png', name: '审批管理', }, 'message': { - path: 'https://static.mttop.cn/admin/news.png', - selectedPath: 'https://static.mttop.cn/admin/message_select.png', + path: 'https://static.mttopgroup.cn/admin/news.png', + selectedPath: 'https://static.mttopgroup.cn/admin/message_select.png', name: '消息管理', }, 'software': { - path: 'https://static.mttop.cn/admin/software.png', - selectedPath: 'https://static.mttop.cn/admin/software_select.png', + path: 'https://static.mttopgroup.cn/admin/software.png', + selectedPath: 'https://static.mttopgroup.cn/admin/software_select.png', name: '应用管理', }, 'org': { - path: 'https://static.mttop.cn/admin/org.png', - selectedPath: 'https://static.mttop.cn/admin/org_select.png', + path: 'https://static.mttopgroup.cn/admin/org.png', + selectedPath: 'https://static.mttopgroup.cn/admin/org_select.png', name: '应用管理', }, 'admin_user': { - path: 'https://static.mttop.cn/admin/admin_user.png', - selectedPath: 'https://static.mttop.cn/admin/admin_user_select.png', + path: 'https://static.mttopgroup.cn/admin/admin_user.png', + selectedPath: 'https://static.mttopgroup.cn/admin/admin_user_select.png', name: '应用管理', }, 'shimo': { - path: 'https://static.mttop.cn/admin/new_shimo_2.png', - selectedPath: 'https://static.mttop.cn/admin/new_shimo_select.png', + path: 'https://static.mttopgroup.cn/admin/new_shimo_2.png', + selectedPath: 'https://static.mttopgroup.cn/admin/new_shimo_select.png', name: '应用管理', }, 'calendar': { - path: 'https://static.mttop.cn/admin/new_calendar.png', - selectedPath: 'https://static.mttop.cn/admin/new_calendar_select.png', + path: 'https://static.mttopgroup.cn/admin/new_calendar.png', + selectedPath: 'https://static.mttopgroup.cn/admin/new_calendar_select.png', name: '应用管理', }, 'approval': { - path: 'https://static.mttop.cn/admin/approval_icon.png', - selectedPath: 'https://static.mttop.cn/admin/arrroval_icon_select.png', + path: 'https://static.mttopgroup.cn/admin/approval_icon.png', + selectedPath: 'https://static.mttopgroup.cn/admin/arrroval_icon_select.png', name: '应用管理', } } diff --git a/components/IconFont/IconFont.ts b/components/IconFont/IconFont.ts index 4adaf1d1c5d68f1c792c4de4103865b4654bd07c..86f85278e8ee0e2a512923f3d25db4c856ac7f90 100755 --- a/components/IconFont/IconFont.ts +++ b/components/IconFont/IconFont.ts @@ -1,7 +1,7 @@ import { createFromIconfontCN } from '@ant-design/icons'; const IconFont = createFromIconfontCN({ - scriptUrl: 'https://static.mttop.cn/iconfont210309.js', + scriptUrl: 'https://static.mttopgroup.cn/iconfont210309.js', }); export default IconFont; diff --git a/components/apolloTable/component/base/extra/upload/fileType.ts b/components/apolloTable/component/base/extra/upload/fileType.ts index f3e7cd4aa55791ba6a6af26ff052656fb2e20901..5ef3de77e1b9f9ea7795231df8aef87f7f5f3864 100644 --- a/components/apolloTable/component/base/extra/upload/fileType.ts +++ b/components/apolloTable/component/base/extra/upload/fileType.ts @@ -1,4 +1,4 @@ -const CDN_PATH = 'https://static.mttop.cn/admin'; +const CDN_PATH = 'https://static.mttopgroup.cn/admin'; export const fileType = { image: {}, ppt: { diff --git a/components/dataView-V2/_components/filterCondition/index.tsx b/components/dataView-V2/_components/filterCondition/index.tsx index df6cadababbe03ea9c180109575a5c72fdc09b8f..e428ce8a10d02e30f46bec25b9f2278948f08a0d 100644 --- a/components/dataView-V2/_components/filterCondition/index.tsx +++ b/components/dataView-V2/_components/filterCondition/index.tsx @@ -1,15 +1,15 @@ import React, { Component } from 'react'; -import { Button, } from 'antd'; +import { Button } from 'antd'; // import ChooseItem from '@/components/choose-Item2'; import styles from './styles.less'; // import { setSift } from '@/services/comment'; // import { getOptionName } from '@/utils/utils'; // import { SIFT_TYPE } from '@/utils/enum'; /* eslint-disable react/sort-comp */ -const searchIcon = 'https://static.mttop.cn/admin/sousuo.png'; +const searchIcon = 'https://static.mttopgroup.cn/admin/sousuo.png'; interface Props { - onSubmit: Function + onSubmit: Function, onResert: Function } @@ -32,17 +32,17 @@ const FormFilterButton = (props: Props) => {
+ 查询 + +
); -} +}; export default FormFilterButton;