From bd19a941293d124d7c58c6d351e7e86c1fa15559 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Tue, 26 Nov 2024 11:18:50 +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