保安服务企业管理项目备份
guoshilong
2024-01-09 92fca5465da28b68f56cb5f2d9e73a28604e63c7
src/api/logs.js
@@ -62,3 +62,13 @@
  })
}
export const geterweima = (type) => {
  return request({
    url: '/api/blade-resource/attach/detail',
    method: 'get',
    params: {
      type,
    }
  })
}