From a0fba951f7d4bcea0e69deac674f19762c7180f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=E4=BD=B3=20=E5=8D=9A?= <12742597+fang-jiabo@user.noreply.gitee.com> Date: Thu, 15 Aug 2024 10:03:35 +0800 Subject: [PATCH] 'tj' --- .../components/AIVenisonDiagram.vue | 3 +- .../components/Image-recognition.vue | 17 +-- .../components/Naturallanguageprocessing.vue | 7 +- .../components/Robot-learning.vue | 7 +- .../components/article-identification.vue | 14 +- .../components/face-recognition.vue | 7 +- .../components/voice-technology.vue | 7 +- .../bigData/components/HadoopHDFS.vue | 5 +- .../bigData/components/digitalMarketing.vue | 3 +- .../bigData/components/hadoop.vue | 7 +- .../components/technologyFramework.vue | 7 +- .../bigData/components/whatBigData.vue | 5 +- src/views/learningCenter/Achievement.vue | 128 ++++++++++-------- src/views/learningCenter/evaluation.vue | 8 +- .../learningCenter/learningResources.vue | 4 +- 15 files changed, 127 insertions(+), 102 deletions(-) diff --git a/src/views/digitalMarketTech/AIGCLargeModel/components/AIVenisonDiagram.vue b/src/views/digitalMarketTech/AIGCLargeModel/components/AIVenisonDiagram.vue index b1ad154..87467ad 100644 --- a/src/views/digitalMarketTech/AIGCLargeModel/components/AIVenisonDiagram.vue +++ b/src/views/digitalMarketTech/AIGCLargeModel/components/AIVenisonDiagram.vue @@ -67,6 +67,7 @@ import { ref, reactive } from "vue"; import * as AI from "@/api/AI.js"; import {getAssetsFile} from "@/utils/index.js" +import { getUserInfo } from '@/utils/auth' const input = ref(""); const butFlag = ref(false); const messages = reactive([]); @@ -130,7 +131,7 @@ const sendText = async() => { }, name: "", role: "user", - userId: "512", + userId: JSON.parse(getUserInfo()).userId, }, ]; const messageId = Date.now(); diff --git a/src/views/digitalMarketTech/artificialIntelligence/components/Image-recognition.vue b/src/views/digitalMarketTech/artificialIntelligence/components/Image-recognition.vue index e9a0257..ef09d2e 100644 --- a/src/views/digitalMarketTech/artificialIntelligence/components/Image-recognition.vue +++ b/src/views/digitalMarketTech/artificialIntelligence/components/Image-recognition.vue @@ -204,7 +204,8 @@