Commit 21b28cda authored by 李晓静's avatar 李晓静

sub——domain_change

parent eb698edb
......@@ -21,7 +21,7 @@ class BIDatePicker extends React.PureComponent {
{...this.props}
locale={zhCN}
suffixIcon={
<img className={s.suffixIconSingle} alt="" src="https://static.mttop.cn/admin/calendar.png" />
<img className={s.suffixIconSingle} alt="" src="https://static.mttopgroup.cn/admin/calendar.png" />
}
/>
</span>
......@@ -37,7 +37,7 @@ class BIRangePicker extends React.PureComponent {
{...this.props}
locale={zhCN}
suffixIcon={
<img className={s.suffixIcon} alt="" src="https://static.mttop.cn/admin/calendar.png" />
<img className={s.suffixIcon} alt="" src="https://static.mttopgroup.cn/admin/calendar.png" />
}
/>
</span>
......
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;
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: '应用管理',
}
}
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;
const CDN_PATH = 'https://static.mttop.cn/admin';
const CDN_PATH = 'https://static.mttopgroup.cn/admin';
export const fileType = {
image: {},
ppt: {
......
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) => {
<div className={styles.buttonGroup}>
<Button type="primary" onClick={onSubmit} className={styles.btnCls}>
<img className={styles.searchIconCls} src={searchIcon} alt="查询" />
查询
</Button>
查询
</Button>
<span className={styles.resertButton}>
<Button onClick={onResert} className={styles.btnCls}>
重置
</Button>
</Button>
</span>
</div>
</div>
</>
);
}
};
export default FormFilterButton;
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