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