gaoaoy
2024-03-12 ebb8e1fd49f89323d561b1f78547fc1bc129e3b7
src/assets/api/controller.js
@@ -30,6 +30,9 @@
   selectPowerByRoleId: "/role/selectPowerByRoleId", //通过角色id查询权限列表
   upRole: "/role/upRole", //修改角色
   getUserMenu: "/user/getUserMenu", //获取用户枚举
   selectCustomPageList: "/user/selectCustomPageList", //获取客户列表
   delCustomById: "/user/delCustomById", //删除客户信息
   addCustom: "/user/addCustom", //新增客户信息
}
const dataReporting = {
@@ -99,10 +102,10 @@
   addDeviceParameter: "/deviceScope/addDeviceParameter", //添加设备详情参数
   delDeviceParameter: "/deviceScope/delDeviceParameter", //删除设备详情参数
   upDeviceParameter: "/deviceScope/upDeviceParameter", //修改设备详情参数
  authorizedPerson: "/deviceScope/authorizedPerson", //获取授权人
  authorizedPerson: "/user/getDeviceManager", //获取授权人
  selectEquipmentOverview: "/deviceScope/selectEquipmentOverview", //获取设备总览
  uploadFile: "/deviceScope/uploadFile", //上传图片
  selectDevicePrincipal: "/deviceScope/selectDevicePrincipal", //获取设备负责人
  selectDevicePrincipal: "/user/getDeviceManager", //获取设备负责人
}
const systemLog = {