From 9cbd3ec7007bac8b7ae5d49d2e521889fda28822 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期四, 19 十二月 2024 14:22:30 +0800
Subject: [PATCH] 修改数据上报

---
 src/views/newHome/index.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/newHome/index.vue b/src/views/newHome/index.vue
index 96e8cd6..92339f7 100644
--- a/src/views/newHome/index.vue
+++ b/src/views/newHome/index.vue
@@ -368,13 +368,12 @@
           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/');
         };
 
         const toDoublePrevent = () => {
-           window.open('http://117.190.40.54:6801/login');
+           window.open('http://8.137.115.153:6801/login');
         };
         const toSmartFactory = () =>{
           window.open('http://117.190.40.54:5522/#/login');

--
Gitblit v1.9.2