From 20b0ce2db27b64a60de60aee05dedd448099e330 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期一, 08 七月 2024 10:12:16 +0800
Subject: [PATCH] xiugai

---
 src/views/newHome/index.vue |   24 ++++++++++++++++--------
 1 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/src/views/newHome/index.vue b/src/views/newHome/index.vue
index e610d3e..e2d09ca 100644
--- a/src/views/newHome/index.vue
+++ b/src/views/newHome/index.vue
@@ -146,8 +146,10 @@
                     <div class="toplayer">
                         <img class="iconImg" src="../../assets/newMenu/icon9.png" />
                         <div>
-                            <div class="itemTit">智能安全危险化学品全生命周期管控系统</div>
-                            <div class="enTit">Intelligent Security Hazardous Chemicals Life Cycle Safety Management System </div>
+<!--                            <div class="itemTit">智能安全危险化学品全生命周期管控系统</div>-->
+<!--                            <div class="enTit">Intelligent Security Hazardous Chemicals Life Cycle Safety Management System</div>-->
+                            <div class="itemTit">安全教育考试系统</div>
+                            <div class="enTit">Safety Education Examination System</div>
                         </div>
                     </div>
                     <img class="bgImg" src="../../assets/newMenu/card-10.png" />
@@ -358,22 +360,27 @@
             });
         };
         // 去风险大屏
-        const toRiskPlatform = () => {
+        const toRiskPlatform = async() => {
             // router.push({
             //     name: "warningScreen"
             // });
+          const routePath = '/warningScreen';
+          const resolvedRoute = router.resolve(routePath);
+          const fullPath = resolvedRoute.href
+          window.open(fullPath, '_blank');
+          // window.open(fullPath, '_blank');
 
-            window.open('http://39.104.85.193:8585/');
+            // window.open('http://39.104.85.193:8585/');
         };
 
         const toDoublePrevent = () => {
-           window.open('http://124.88.37.66:6801');
+           window.open('http://117.190.40.54:6801/login');
         };
         const toSmartFactory = () =>{
-          window.open('http://10.211.134.139:5522/#/login');
+          window.open('http://117.190.40.54:5522/#/login');
         }
         const toManLocation = () =>{
-          window.open('http://124.88.37.66:8081/location_system_5.4.9/login/login.html?company=GUOTAI&version=5.4.9');
+          window.open('http://117.190.40.54:8081/location_system_5.4.9/login/login.html?company=GUOTAI&version=5.4.9');
         }
         const throttle = (renderMenu: any, delay: number) => {
             let flag = true;
@@ -424,7 +431,8 @@
         };
 
         const renderToNew = () => {
-            window.open('http://222.92.213.22:18001/smartlab/', '_blank');
+            // window.open('http://222.92.213.22:18001/smartlab/', '_blank');
+          window.open('http://106.15.95.149:8005/nanoweb/foreground/', '_blank');
         };
         // //点击进入特殊作业
         // const toSpecialWorkSys = () => {

--
Gitblit v1.9.2