多体系建设信息化条统-前端
祖安之光
9 hours ago 4d5264ead8c96c78c9928e22fc66b0af190ed180
src/permission.js
@@ -67,8 +67,6 @@
              }
            })
            hideLoading()
            if (to.fullPath == '/index') {
              // 当登录之后,直接通过ip地址和端口号访问时,跳转到第一个路由页面indexPage
@@ -83,6 +81,7 @@
            } else {
              next({ ...to, replace: true }) // hack方法 确保addRoutes已完成
            }
            hideLoading()
            // next({ ...to, replace: true })
            // hack方法 确保addRoutes已完成
          })