From db6943750fa80531ba97250757b9b3693c51b0f2 Mon Sep 17 00:00:00 2001 From: hongxilin <17663930442@163.com> Date: Tue, 25 Mar 2025 15:31:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E5=AE=9A=E7=BB=88=E7=89=88=EF=BC=8Ck?= =?UTF-8?q?=E7=BA=BF=E5=9B=BE=E9=9C=80=E8=A6=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- index.html | 1 + src/App.vue | 9 ++- src/api/AIxiaocaishen.js | 65 +++++++++++++--- src/assets/js/useAppBridge.js | 8 +- src/assets/js/useProjectTracking.js | 26 ++++--- src/main.js | 5 ++ src/router/index.js | 5 ++ src/store/audio.js | 4 +- src/store/dataList.js | 24 +++--- src/views/AIchat.vue | 146 +++++++++++++++++++++++++++++------- src/views/AIfind.vue | 12 ++- src/views/Announcement.vue | 8 +- src/views/Echarts/KLine.vue | 124 ++++++++++++++++++++++++++---- src/views/homePage.vue | 50 +++++++----- 15 files changed, 394 insertions(+), 95 deletions(-) diff --git a/.env.development b/.env.development index 436b0ec..ab104ed 100644 --- a/.env.development +++ b/.env.development @@ -2,7 +2,7 @@ VITE_ENV = 'development' VITE_OUTPUT_DIR = 'dev' # public path -VITE_PUBLIC_PATH = / +VITE_PUBLIC_PATH = /AIxiaocaishen #新数据接口 VITE_APP_API_BASE_URL = "http://39.101.133.168:8828/link" diff --git a/index.html b/index.html index e465776..8bae75e 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ + AI小财神 diff --git a/src/App.vue b/src/App.vue index 68a251a..632425f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,14 @@