diff --git a/pages/API/unicloud-import-object/unicloud-import-object.uvue b/pages/API/unicloud-import-object/unicloud-import-object.uvue index 1b71ea1ea97b4217f82888c7612a2f2ee76eb94a..806adc67037ad15e7e98328c76c5eaf3d185b863 100644 --- a/pages/API/unicloud-import-object/unicloud-import-object.uvue +++ b/pages/API/unicloud-import-object/unicloud-import-object.uvue @@ -122,7 +122,7 @@ this.failErrCode = error.errCode as string const detail = error.detail if (detail != null && detail['tips'] != null) { - this.failErrDetailTips = detail['tips'] + this.failErrDetailTips = detail['tips'] as string } console.error(error) })