From a9d8765f5068e7192e5a58dd53a8b7a0355ea8d6 Mon Sep 17 00:00:00 2001 From: TIANHE Date: Tue, 30 Dec 2025 22:05:14 +0800 Subject: [PATCH] new Signed-off-by: TIANHE --- quantdinger_vue/src/views/indicator-community/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantdinger_vue/src/views/indicator-community/index.vue b/quantdinger_vue/src/views/indicator-community/index.vue index 47c8c1f..e0619ce 100644 --- a/quantdinger_vue/src/views/indicator-community/index.vue +++ b/quantdinger_vue/src/views/indicator-community/index.vue @@ -16,7 +16,7 @@ export default { name: 'IndicatorCommunity', data () { return { - url: 'https://www.quantdinger.com' + url: 'https://www.quantdinger.com/' } } }