From 77737f4e73f7267170b9b06fc73d1610c29c0661 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Tue, 12 Nov 2024 13:18:35 +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