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