MrShi
2025-09-10 1b1f2b86549563bbbb18633c02fa1911e4f547e7
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(process.env.VUE_APP_SCREENURL1 + '/screen/#/maturity')
    window.open(process.env.VUE_APP_SCREENURL2)
    next({ name: from.name })
    return
  }