- export const MOD = "/team"
- export const GET_DATA_LIST = '/user/getEmployeeList'
- export const GET_ROUTELIST = '/permission/getFrontRoleList'
- export const GET_DEPTLIST = '/department/list'
- export const GET_USERLIST = '/user/getSimpleActiveUserList'
- export const GET_ADDDEPT = '/department/add'
- export const DETELE_DEPT = '/department/delete'
- export const ADD_USER = '/user/insertUser'
- export const GET_USERINFO = '/user/getUserInfo'
|