From 339c8d772807fd28ef3665e20faa462940efd288 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 11 Dec 2023 11:31:56 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=B8=AE=E5=8A=A9=E6=96=87?= =?UTF-8?q?=E6=A1=A3URL=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/layout/components/Topbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/frontend/src/layout/components/Topbar.vue b/core/frontend/src/layout/components/Topbar.vue index 34a133efa8..87df0f5bab 100644 --- a/core/frontend/src/layout/components/Topbar.vue +++ b/core/frontend/src/layout/components/Topbar.vue @@ -199,7 +199,7 @@ export default { if (this.$store.getters.uiInfo && this.$store.getters.uiInfo['ui.helpLink'] && this.$store.getters.uiInfo['ui.helpLink'].paramValue) { return this.$store.getters.uiInfo['ui.helpLink'].paramValue } - return 'https://dataease.io/docs/' + return 'https://dataease.io/docs/v1/' }, /* topMenuColor() { return this.$store.getters.uiInfo.topMenuColor