From dbb352c9d988dfac83da979023fe81a0a02f88e9 Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期五, 12 四月 2024 16:34:20 +0800
Subject: [PATCH] 与数字人合并

---
 src/components/right/right-top.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/components/right/right-top.vue b/src/components/right/right-top.vue
index 8d0021b..5b38211 100644
--- a/src/components/right/right-top.vue
+++ b/src/components/right/right-top.vue
@@ -788,7 +788,7 @@
 import common from "@/components/common";
 import { mapState, mapMutations } from "vuex";
 import Bus from "../tools/Bus";
-import { queryBySquare } from "@/utils/request";
+import { queryBySquare } from "@/api/api";
 import FCFH from "@/components/right/FCFH";
 
 //浜ら�氬浘灞�
@@ -1570,10 +1570,10 @@
         // this.showInfoBox = true;
 
         if (this.info["JK鍐呯爜"]) {
-          this.$message({
-            showClose: true,
-            message: "杩炴帴鐘舵�佹煡璇腑",
-          });
+          // this.$message({
+          //   showClose: true,
+          //   message: "杩炴帴鐘舵�佹煡璇腑",
+          // });
           this.spjkLoad(this.info);
         }
       },

--
Gitblit v1.9.3