port.js 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. export default {
  2. manage: {
  3. login: '/user/login', // 登录
  4. regist: '/user/regist', //注册
  5. },
  6. pwd: {
  7. resetPwd: '/system/updatePwd' // 重置密码
  8. },
  9. user: {
  10. list: '/user/list', // 人员列表
  11. },
  12. label: {
  13. list: '/goodstags/list', // 标签列表
  14. add: '/goodstags/addOrUpdate', // 添加标签
  15. del: '/goodstags/delTags', // 删除标签
  16. },
  17. assets: {
  18. list: '/goods/list', // 资产列表
  19. detail: '/goods/detail', // 资产详情
  20. add: '/goods/add', // 添加资产
  21. update: '/goods/update', // 更新资产
  22. upload: '/goods/uploadFile', // 上传图片
  23. listExcel: '/goods/listExcel', // Excel导出
  24. detailNo: '/goods/goodsNoDetail', // 资产编号详情
  25. addNo: '/goods/goodsNoAdd', // 资产编号添加
  26. delNo: '/goods/delNo', // 删除资产编号
  27. distribute: '/goods/distribute', // 修改资产编号
  28. handle: '/goods/handle', // 处置资产
  29. maintainList: '/goods/isMaintainList', // 待维护资产列表
  30. maintain: '/goods/maintain', // 维护资产
  31. disposalRecord: '/goods/operateList', // 处置记录
  32. exportDis: '/goods/handelRecordExcel', // 导出处置记录
  33. maintainRecord: '/goods/isMaintainRecord', // 维护记录
  34. exportMain: '/goods/isMaintainRecordExcel', // 导出维护记录
  35. },
  36. my: {
  37. newList: '/newsnotice/getNewsList', // 我的消息
  38. noReadNum: '/newsnotice/getNoReadNewsCount', // 未读消息
  39. list: '/goods/myList', // 我的资产
  40. scoreList: '/score/myList', // 我的评分
  41. scoreDetail: '/score/detail', // 我的评分详情
  42. ideaList: '/idea/ideaList', // 我的建议
  43. ideaAoU: '/idea/addOrUpdate', // 建议新增修改
  44. draft: '/idea/getDraft', // 获取草稿
  45. addressList: '/user/list', // 通讯录
  46. scoreDetailByUid: '/score/getDetailByTimeAndUid', // 个人分数详情
  47. ideaScore: '/idea/ideaListByTime', // TA的建议
  48. addOrUpdate: '/score/addOrUpdate', // 分数新增修改
  49. leaderScore: '/ideacomment/addOrUpdate', // 添加/修改回复建议
  50. delScore: '/ideacomment/del', // 删除回复建议
  51. insList: '/institution/list', // 管理制度列表
  52. insDetail: '/institution/detail', // 管理制度详情
  53. },
  54. showData: {
  55. centralRepository: '/tdatasizeinfowarehouseunits/centralRepository', // 中心库数据模块数据
  56. dataExchange: '/tdatasizeinfowarehouseunits/dataExchange', // 数据交换模块数据
  57. fiveMainStorehouses: '/tdatasizeinfowarehouseunits/fiveMainStorehouses', // 五大库模块数据
  58. cloudPlatform: '/tdatasizeinfowarehouseunits/cloudPlatform', // 云平台模块数据
  59. },
  60. }