From ffe22320da42b1a3f4a0aaf81cb31578ef205d38 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 10 九月 2025 14:52:47 +0800
Subject: [PATCH] 改bug

---
 frontWuhu/src/router/index.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/frontWuhu/src/router/index.js b/frontWuhu/src/router/index.js
index ed074b2..2be1e61 100644
--- a/frontWuhu/src/router/index.js
+++ b/frontWuhu/src/router/index.js
@@ -67,7 +67,7 @@
 router.beforeEach((to, from, next) => {
   if (to.path === '/business/screen') {
     // window.open('http://localhost:8080/#/maturity')
-    window.open('http://106.14.20.42/screen/#/maturity')
+    window.open(process.env.VUE_APP_SCREENURL1 + '/screen/#/maturity')
     next({ name: from.name })
     return
   }

--
Gitblit v1.9.3