From cb8d6096461752e321dda968d39999f3c2f81183 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期五, 10 一月 2025 15:37:03 +0800
Subject: [PATCH] isNewUser

---
 src/layout/component/sidebar/components/OtherPlatform.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/layout/component/sidebar/components/OtherPlatform.vue b/src/layout/component/sidebar/components/OtherPlatform.vue
index ed33400..139293c 100644
--- a/src/layout/component/sidebar/components/OtherPlatform.vue
+++ b/src/layout/component/sidebar/components/OtherPlatform.vue
@@ -72,7 +72,7 @@
 //#endregion
 
 const addPluginClick = () => {
-	window.open('/ai_html/views/extension/index.html');
+	window.open(`${SERVE_URL}ai_html/views/extension/index.html`);
 };
 onMounted(async () => {
 	selectFirstRoom();

--
Gitblit v1.9.3