Commit cf04f1af authored by 皮倩雯's avatar 皮倩雯

fix: '优化'

parent 5fe99eb4
Pipeline #83911 passed with stages
...@@ -5,7 +5,6 @@ import { gateWayConfig, GetGateWay } from '@/services/common/api'; ...@@ -5,7 +5,6 @@ import { gateWayConfig, GetGateWay } from '@/services/common/api';
import { AUTHORITY, USER_MODE } from '@/utils/constants'; import { AUTHORITY, USER_MODE } from '@/utils/constants';
import { appConnector } from '@/containers/App/store'; import { appConnector } from '@/containers/App/store';
import { useHistory } from 'react-router-dom'; import { useHistory } from 'react-router-dom';
import sha1 from 'sha1';
import { encipher } from '@wisdom-utils/utils/lib/helpers'; import { encipher } from '@wisdom-utils/utils/lib/helpers';
import LoginForm from './components/Login'; import LoginForm from './components/Login';
import styles from './style.less'; import styles from './style.less';
......
...@@ -9,7 +9,7 @@ import { ...@@ -9,7 +9,7 @@ import {
} from '@/services/userManage/api'; } from '@/services/userManage/api';
import { encipher } from '@wisdom-utils/utils/lib/helpers'; import { encipher } from '@wisdom-utils/utils/lib/helpers';
import classNames from 'classnames'; import classNames from 'classnames';
import sha1 from 'sha1';
import { ok } from '../../../assets/images/icons/ok.svg'; import { ok } from '../../../assets/images/icons/ok.svg';
import styles from './AddUserModal.less'; import styles from './AddUserModal.less';
const { SHOW_CHILD } = TreeSelect; const { SHOW_CHILD } = TreeSelect;
......
...@@ -9,7 +9,6 @@ import { ...@@ -9,7 +9,6 @@ import {
GetPasswordRegularization, GetPasswordRegularization,
SysConfiguration, SysConfiguration,
} from '@/services/userManage/api'; } from '@/services/userManage/api';
import sha1 from 'sha1';
import { encipher } from '@wisdom-utils/utils/lib/helpers'; import { encipher } from '@wisdom-utils/utils/lib/helpers';
import styles from './AddUserModal.less'; import styles from './AddUserModal.less';
......
...@@ -4,7 +4,6 @@ import { Modal, Form, Input, notification, message } from 'antd'; ...@@ -4,7 +4,6 @@ import { Modal, Form, Input, notification, message } from 'antd';
import voca from 'voca'; import voca from 'voca';
import classNames from 'classnames'; import classNames from 'classnames';
import { editUser } from '@/services/userManage/api'; import { editUser } from '@/services/userManage/api';
import sha1 from 'sha1';
import styles from './AddUserModal.less'; import styles from './AddUserModal.less';
const EditUserModal = props => { const EditUserModal = props => {
......
// import sha from 'sha1';
import { CITY_SERVICE, get, post, postForm, PUBLISH_SERVICE } from '../index'; import { CITY_SERVICE, get, post, postForm, PUBLISH_SERVICE } from '../index';
export const getUserInfo = param => get('/cityinterface/getUserinfo', param); export const getUserInfo = param => get('/cityinterface/getUserinfo', param);
......
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