diff --git a/spug_web/src/pages/host/CloudImport.js b/spug_web/src/pages/host/CloudImport.js index 46fc8df..66b8c58 100644 --- a/spug_web/src/pages/host/CloudImport.js +++ b/spug_web/src/pages/host/CloudImport.js @@ -52,6 +52,7 @@ export default observer(function () { .finally(() => setLoading(false)) } + const helpUrl = store.cloudImport === 'ali' ? 'https://help.aliyun.com/document_detail/175967.html' : 'https://console.cloud.tencent.com/capi'; return (