From d4be0b8b83e8a64afbcd618af27938e10a3adc37 Mon Sep 17 00:00:00 2001 From: AaronWu <2463371514@qq.com> Date: Fri, 9 May 2025 16:37:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=9F=A5=E8=AF=86=E5=BA=93=EF=BC=8C?= =?UTF-8?q?=E5=B7=A5=E5=8D=95bug=20fix=20commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- src/views/client/knowledgeBase/index.vue | 109 +++++++++++++++++++++-- src/views/question/commom/tools.ts | 49 ++++++---- src/views/question/issue/index.vue | 12 ++- src/views/question/knowledge/index.vue | 12 ++- 5 files changed, 156 insertions(+), 30 deletions(-) diff --git a/.env.development b/.env.development index f31b978..a069028 100644 --- a/.env.development +++ b/.env.development @@ -9,8 +9,8 @@ # 只在开发模式中被载入 # 网站前缀 -VITE_BASE_API_URL = http://192.168.2.33:8089/server/ -# VITE_BASE_API_URL = http://43.137.2.78:8085/server/ +# VITE_BASE_API_URL = http://192.168.2.33:8089/server/ +VITE_BASE_API_URL = http://43.137.2.78:8085/server/ # base api VITE_BASE_API = '/server/' diff --git a/src/views/client/knowledgeBase/index.vue b/src/views/client/knowledgeBase/index.vue index c24bd7b..8e7f156 100644 --- a/src/views/client/knowledgeBase/index.vue +++ b/src/views/client/knowledgeBase/index.vue @@ -48,6 +48,9 @@ > +
+ {{ curRowDetail.description }} +