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