zhuo
2024-02-28 222147e808eec8780fb32a0fc5f23d3ae974ec3f
src/assets/api/controller.js
@@ -5,7 +5,8 @@
      user,
      dataReporting,
      enums,
      capacityScope
      capacityScope,
      systemLog
   }
}
@@ -79,3 +80,7 @@
   delTestObject: "/capacityScope/delTestObject", //删除检测对象
   upTestObject: "/capacityScope/upTestObject", //修改检测对象
}
const systemLog = {
   selectSystemLogList: "/systemLog/selectSystemLogList", //获取系统日志列表
}