|
|
@@ -104,6 +104,8 @@ import aiimage from "@/assets/images/ai.png"; // AI大模型
|
|
|
import agentimage from "@/assets/images/agent.jpeg"; // ai智能体
|
|
|
import videoimage from "@/assets/images/video.png"; // ai智能体
|
|
|
import youimage from "@/assets/images/youcnag.png"; // ai智能体
|
|
|
+import fileagent from "@/assets/images/fileagent.png";
|
|
|
+import zhiduagent from "@/assets/images/zhiduagent.png";
|
|
|
|
|
|
const userStore = useUserStore();
|
|
|
const router = useRouter();
|
|
|
@@ -156,6 +158,8 @@ const iconMap: Record<string, string> = {
|
|
|
行业AI大模型: aiimage,
|
|
|
"AI智能体(智能交互)": agentimage,
|
|
|
数字油藏: youimage,
|
|
|
+ 工艺文件智能体: fileagent,
|
|
|
+ 集团制度智能体: zhiduagent,
|
|
|
};
|
|
|
const isSpecialSystem = (label: string) => {
|
|
|
const specialSystems = [
|