This commit is contained in:
X1627315083
2025-04-23 16:20:53 +08:00
parent 764c7bc7ec
commit dc092b64a1
29 changed files with 126 additions and 68 deletions

View File

@@ -89,7 +89,6 @@ export default defineComponent({
let {t} = useI18n()
let isTest = ref()
let store = useStore()
let workspace:any = ref({})
let driver__:any = computed(()=>{
return store.state.Guide.guide
})
@@ -110,7 +109,6 @@ export default defineComponent({
t,
isTest,
store,
workspace,
driver__,
driver__Time,
userDetail
@@ -181,11 +179,6 @@ export default defineComponent({
this.record = JSON.parse(sessionStorage.getItem("record") as string)
}
this.getBloodBars()
this.workspace = computed(()=>{
return this.store?.state?.Workspace?.workspace
})
},
directives:{
fade:{
@@ -255,8 +248,6 @@ export default defineComponent({
},
roborSend (){
this.clearTimer()
console.log(this.workspace)
return
if(!this.chatCentent){
message.info(this.t('RobotAssist.jsContent1'));
return
@@ -282,7 +273,6 @@ export default defineComponent({
"user_id" : this.userDetail?.userId,
"session_id":sessionId,
"message" : this.chatCentent,
gender:this.workspace.sexEnum.value,
}
let interaction = {onDownloadProgress: (progressEvent:any) => {
this.clearTimer()