rk
2025-09-22 f34f5322ffa898b42ce4467af9916c9e73deb4f9
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_SCREENURL2)
    next({ name: from.name })
    return
  }