From b95cbce3d3247ff42c39662d3e88109825b9bb16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=99=93=E9=9D=99?= <17600756968@163.com> Date: Sat, 8 Jul 2023 16:28:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=9F=E5=90=8D=E6=9B=B4=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- ant_components/BIDatePicker/index.js | 4 +-- components/CustomIcon/IconFont.js | 2 +- components/CustomIcon/config.js | 36 +++++++++---------- components/IconFont/IconFont.ts | 2 +- .../component/base/extra/upload/fileType.ts | 2 +- .../_components/filterCondition/index.tsx | 8 ++--- 7 files changed, 28 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index a250599..1e33f1e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ## 子模块的添加 * 本厂库作为主项目的submodule使用,在使用时,在项目中规范使用submodule目录作为该子模块的根目录 * 切换至项目根目录 -* git submodule add 我们约定 'git submodule add http://apollo.mttop.cn/gitlab/web_component/submodule.git src/submodule' +* git submodule add 我们约定 'git submodule add http://apollo.mttopgroup.cn/gitlab/web_component/submodule.git src/submodule' * 执行成功后 git status会看到项目中修改了.gitmodules,并增加了一个新文件(为刚刚添加的路径)即src下多了一个submodule的文件 * git diff --cached查看修改内容可以看到增加了子模块,并且新文件下为子模块的提交hash摘要 * git commit提交即完成子模块的添加 diff --git a/ant_components/BIDatePicker/index.js b/ant_components/BIDatePicker/index.js index 4ac2664..ecdfd11 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 4adaf1d..86f8527 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 20229ee..6eeb04c 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 4adaf1d..86f8527 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 f3e7cd4..5ef3de7 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 df6cada..2a16bc0 100644 --- a/components/dataView-V2/_components/filterCondition/index.tsx +++ b/components/dataView-V2/_components/filterCondition/index.tsx @@ -6,7 +6,7 @@ import styles from './styles.less'; // 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 @@ -32,12 +32,12 @@ const FormFilterButton = (props: Props) => {
+ 查询 + +
-- 2.21.0