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