|
@@ -629,6 +629,7 @@ import youimage from "@/assets/images/youcnag.png"; // ai智能体
|
|
|
import hongpan from "@/assets/images/pan.png"; // ai智能体
|
|
import hongpan from "@/assets/images/pan.png"; // ai智能体
|
|
|
import ask from "@/assets/images/ask.png";
|
|
import ask from "@/assets/images/ask.png";
|
|
|
import degitial from "@/assets/images/degitial.png";
|
|
import degitial from "@/assets/images/degitial.png";
|
|
|
|
|
+import wms from "@/assets/images/wms.png";
|
|
|
|
|
|
|
|
import banner2_white from "@/assets/images/banner2_white.png";
|
|
import banner2_white from "@/assets/images/banner2_white.png";
|
|
|
import banner1_white from "@/assets/images/banner1_white.png";
|
|
import banner1_white from "@/assets/images/banner1_white.png";
|
|
@@ -710,6 +711,7 @@ const portalSections: PortalSection[] = [
|
|
|
{ label: "智慧注气", image: zhuqiimage },
|
|
{ label: "智慧注气", image: zhuqiimage },
|
|
|
{ label: "视频中心(VCS)", image: videoimage },
|
|
{ label: "视频中心(VCS)", image: videoimage },
|
|
|
{ label: "智能钻井", image: zuanjingimage },
|
|
{ label: "智能钻井", image: zuanjingimage },
|
|
|
|
|
+ { label: "仓储管理(WMS)", image: wms },
|
|
|
{ label: "智慧压裂", image: yalieimage },
|
|
{ label: "智慧压裂", image: yalieimage },
|
|
|
{ label: "数字油藏", image: youimage },
|
|
{ label: "数字油藏", image: youimage },
|
|
|
],
|
|
],
|
|
@@ -1289,6 +1291,17 @@ const handlePortalAppClick = async (app: PortalApp) => {
|
|
|
router.push({ path: "/login" });
|
|
router.push({ path: "/login" });
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ // if (app.label === "战略解码与执行") {
|
|
|
|
|
+ // if (userStore.getUser.username && getAccessToken()) {
|
|
|
|
|
+ // window.open(
|
|
|
|
|
+ // `https://dingokr.eapps.dingtalkcloud.com/web/index.html?corpId=`,
|
|
|
|
|
+ // "_blank",
|
|
|
|
|
+ // );
|
|
|
|
|
+ // } else {
|
|
|
|
|
+ // router.push({ path: "/login" });
|
|
|
|
|
+ // }
|
|
|
|
|
+ // }
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
async function loginWithDingTalk() {
|
|
async function loginWithDingTalk() {
|