MrShi
7 天以前 4c07e8d4a2c2ac4e02f6bb5d239753d40f814195
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
  }