liuyg
2021-11-10 61a386154bb1f5bab87d1e05de92316a53b5d6cf
src/api/logs.js
@@ -62,3 +62,13 @@
  })
}
export const geterweima = (type) => {
  return request({
    url: '/api/blade-resource/attach/detail',
    method: 'get',
    params: {
      type,
    }
  })
}