From 4c07e8d4a2c2ac4e02f6bb5d239753d40f814195 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 13 一月 2026 09:54:34 +0800
Subject: [PATCH] 优化
---
frontWuhu/src/router/index.js | 4 ++--
frontWuhu/.env.development | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/frontWuhu/.env.development b/frontWuhu/.env.development
index efb6344..60e8a48 100644
--- a/frontWuhu/.env.development
+++ b/frontWuhu/.env.development
@@ -8,8 +8,8 @@
# VVUE_APP_API_BASE_URL='http://192.168.0.102:10031'
# 浠诲悍鏈湴
-VUE_APP_API_BASE_URL='http://192.168.1.54:10031'
-# VUE_APP_API_BASE_URL = 'http://wuhu.dtkey.cn/hfznzzzd'
+# VUE_APP_API_BASE_URL='http://192.168.1.54:10031'
+VUE_APP_API_BASE_URL = 'http://wuhu.dtkey.cn/hfznzzzd'
#鐒︽澗鏈湴
# VUE_APP_API_BASE_URL='http://192.168.0.36:10011'
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