api.ts 431 B

123456789
  1. export const MOD = "/team"
  2. export const GET_DATA_LIST = '/user/getEmployeeList'
  3. export const GET_ROUTELIST = '/permission/getFrontRoleList'
  4. export const GET_DEPTLIST = '/department/list'
  5. export const GET_USERLIST = '/user/getSimpleActiveUserList'
  6. export const GET_ADDDEPT = '/department/add'
  7. export const DETELE_DEPT = '/department/delete'
  8. export const ADD_USER = '/user/insertUser'
  9. export const GET_USERINFO = '/user/getUserInfo'