From ff7f47b70d93eace91e7ceda07d590cf26234628 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 13 一月 2026 09:54:38 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/intelligent_manufacture_wuhu
---
frontWuhu/src/router/index.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/frontWuhu/src/router/index.js b/frontWuhu/src/router/index.js
index dacc38f..8deec1a 100644
--- a/frontWuhu/src/router/index.js
+++ b/frontWuhu/src/router/index.js
@@ -66,8 +66,8 @@
})
router.beforeEach((to, from, next) => {
if (to.path === '/business/screen') {
- // window.open('http://localhost:8080/#/maturity')
- window.open(process.env.VUE_APP_SCREENURL2)
+ window.open('http://106.14.20.42/screen/#/maturity')
+ // window.open(process.env.VUE_APP_SCREENURL2)
next({ name: from.name })
return
}
--
Gitblit v1.9.3