From 018ada226ee10fc1400ae5e80267904030ecc96f Mon Sep 17 00:00:00 2001 From: vapao Date: Mon, 5 Jul 2021 18:11:23 +0800 Subject: [PATCH] fix issues --- spug_web/src/pages/host/CloudImport.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 (