fix: bug修复
This commit is contained in:
@@ -35,7 +35,7 @@ const AliDrawer = observer(() => {
|
|||||||
const bucketList = () => {
|
const bucketList = () => {
|
||||||
return (
|
return (
|
||||||
<ProCard
|
<ProCard
|
||||||
title={"MinIO存储桶列表"}
|
title={"阿里云OSS存储桶列表"}
|
||||||
headerBordered
|
headerBordered
|
||||||
extra={
|
extra={
|
||||||
<>
|
<>
|
||||||
|
@@ -35,7 +35,7 @@ const TencentDrawer = observer(() => {
|
|||||||
const bucketList = () => {
|
const bucketList = () => {
|
||||||
return (
|
return (
|
||||||
<ProCard
|
<ProCard
|
||||||
title={"MinIO存储桶列表"}
|
title={"腾讯云COS存储桶列表"}
|
||||||
headerBordered
|
headerBordered
|
||||||
extra={
|
extra={
|
||||||
<>
|
<>
|
||||||
|
Reference in New Issue
Block a user