|
|
@@ -80,12 +80,12 @@ import { useUserStore } from "@/stores/useUserStore";
|
|
|
import { getAccessToken } from "@/utils/auth";
|
|
|
|
|
|
// 导入所有图标
|
|
|
-import oaimage from "@/assets/images/oa.png";
|
|
|
-import crmimage from "@/assets/images/crm.png";
|
|
|
-import ehrimage from "@/assets/images/ehr.png";
|
|
|
+import oaimage from "@/assets/images/oa.jpg";
|
|
|
+import crmimage from "@/assets/images/crm.jpg";
|
|
|
+import ehrimage from "@/assets/images/ehr.jpg";
|
|
|
import scmimage from "@/assets/images/scm.png";
|
|
|
-import erpimage from "@/assets/images/erp.jpg"; // 财务管理系统
|
|
|
-import driveimage from "@/assets/images/drive.png"; // 经营驾驶舱
|
|
|
+import erpimage from "@/assets/images/fm.jpg"; // 财务管理系统
|
|
|
+import driveimage from "@/assets/images/drive.jpg"; // 经营驾驶舱
|
|
|
import zhanlueimage from "@/assets/images/zhanlue.jpeg"; // 战略解码
|
|
|
import jishuimage from "@/assets/images/jishu.jpeg"; // 技术研发管理
|
|
|
import zuzhiimage from "@/assets/images/zuzhi.png"; // 组织资产管理
|
|
|
@@ -97,9 +97,9 @@ import qhseimage from "@/assets/images/qhse.jpeg"; // qhse
|
|
|
import zuanjingimage from "@/assets/images/zuanjing.jpeg"; //智能钻井
|
|
|
import yalieimage from "@/assets/images/yalie.png"; //智能压裂
|
|
|
import zhuqiimage from "@/assets/images/zhuqi.png"; //智能注气
|
|
|
-import pmimage from "@/assets/images/pm.png"; // 项目管理
|
|
|
+import pmimage from "@/assets/images/pm.jpg"; // 项目管理
|
|
|
import dataimage from "@/assets/images/data.png"; // 全局数据治理
|
|
|
-import thinkimage from "@/assets/images/think.png"; // 智能决策
|
|
|
+import thinkimage from "@/assets/images/think.jpg"; // 智能决策
|
|
|
import aiimage from "@/assets/images/ai.png"; // AI大模型
|
|
|
import agentimage from "@/assets/images/agent.jpeg"; // ai智能体
|
|
|
import videoimage from "@/assets/images/video.png"; // ai智能体
|
|
|
@@ -132,30 +132,30 @@ const props = defineProps<{
|
|
|
|
|
|
// 创建图标映射表
|
|
|
const iconMap: Record<string, string> = {
|
|
|
- "OA办公": oaimage,
|
|
|
+ OA办公: oaimage,
|
|
|
"经营驾驶舱(MC)": driveimage,
|
|
|
- "战略解码与执行": zhanlueimage,
|
|
|
+ 战略解码与执行: zhanlueimage,
|
|
|
"财务管理(FM)": erpimage,
|
|
|
- "技术研发管理": jishuimage,
|
|
|
+ 技术研发管理: jishuimage,
|
|
|
"客户管理(CRM)": crmimage,
|
|
|
"人力资源(EHR)": ehrimage,
|
|
|
"供应商管理(SRM)": scmimage,
|
|
|
- "组织资产管理": zuzhiimage,
|
|
|
- "风控合规管理": safeimage,
|
|
|
- "中航北斗": zhonghangimage,
|
|
|
+ 组织资产管理: zuzhiimage,
|
|
|
+ 风控合规管理: safeimage,
|
|
|
+ 中航北斗: zhonghangimage,
|
|
|
"视频中心(VCS)": videoimage,
|
|
|
- "智能钻井": zuanjingimage,
|
|
|
- "智慧压裂": yalieimage,
|
|
|
- "智慧注气": zhuqiimage,
|
|
|
- "智慧连油": lianyouimage,
|
|
|
+ 智能钻井: zuanjingimage,
|
|
|
+ 智慧压裂: yalieimage,
|
|
|
+ 智慧注气: zhuqiimage,
|
|
|
+ 智慧连油: lianyouimage,
|
|
|
"质量安全管理(QHSE)": qhseimage,
|
|
|
"设备管理(PMS)": pmsimage,
|
|
|
"项目管理(PM)": pmimage,
|
|
|
"全局数据治理(数据中台)": dataimage,
|
|
|
- "智能决策": thinkimage,
|
|
|
- "行业AI大模型": aiimage,
|
|
|
+ 智能决策: thinkimage,
|
|
|
+ 行业AI大模型: aiimage,
|
|
|
"AI智能体(智能交互)": agentimage,
|
|
|
- "数字油藏": youimage,
|
|
|
+ 数字油藏: youimage,
|
|
|
};
|
|
|
const isSpecialSystem = (label: string) => {
|
|
|
const specialSystems = [
|
|
|
@@ -193,7 +193,7 @@ const handleView = async (item: Item) => {
|
|
|
if (res) {
|
|
|
window.open(
|
|
|
"https://yfoa.keruioil.com/wui/index.html?ssoToken=" + res + "#/main",
|
|
|
- "_blank"
|
|
|
+ "_blank",
|
|
|
);
|
|
|
}
|
|
|
} else {
|
|
|
@@ -207,7 +207,7 @@ const handleView = async (item: Item) => {
|
|
|
import.meta.env.VITE_PMS_URL +
|
|
|
"/portalLogin?username=" +
|
|
|
userStore.getUser.username,
|
|
|
- "_blank"
|
|
|
+ "_blank",
|
|
|
);
|
|
|
} else {
|
|
|
router.push({ path: "/login" });
|
|
|
@@ -228,7 +228,7 @@ const handleView = async (item: Item) => {
|
|
|
window.open(
|
|
|
"https://crm-tencent.xiaoshouyi.com/global/sso/callback/00APEB9EEEA9B2E338B686B7ECFA8585808C.action?token=" +
|
|
|
getAccessToken(),
|
|
|
- "_blank"
|
|
|
+ "_blank",
|
|
|
);
|
|
|
} else {
|
|
|
router.push({ path: "/login" });
|
|
|
@@ -244,7 +244,7 @@ const handleView = async (item: Item) => {
|
|
|
userStore.getUser.username +
|
|
|
"&" +
|
|
|
extraParam,
|
|
|
- "_blank"
|
|
|
+ "_blank",
|
|
|
);
|
|
|
} else {
|
|
|
router.push({ path: "/login" });
|
|
|
@@ -260,7 +260,7 @@ const handleView = async (item: Item) => {
|
|
|
userStore.getUser.username +
|
|
|
"&" +
|
|
|
extraParam,
|
|
|
- "_blank"
|
|
|
+ "_blank",
|
|
|
);
|
|
|
} else {
|
|
|
router.push({ path: "/login" });
|
|
|
@@ -276,7 +276,7 @@ const handleView = async (item: Item) => {
|
|
|
userStore.getUser.username +
|
|
|
"&" +
|
|
|
extraParam,
|
|
|
- "_blank"
|
|
|
+ "_blank",
|
|
|
);
|
|
|
} else {
|
|
|
router.push({ path: "/login" });
|
|
|
@@ -292,7 +292,7 @@ const handleView = async (item: Item) => {
|
|
|
userStore.getUser.username +
|
|
|
"&" +
|
|
|
extraParam,
|
|
|
- "_blank"
|
|
|
+ "_blank",
|
|
|
);
|
|
|
} else {
|
|
|
router.push({ path: "/login" });
|