yuanhao 3 年 前
コミット
a9860f15ed
1 ファイル変更0 行追加1 行削除
  1. 0 1
      in-client-qn-ui/src/config/permission.js

+ 0 - 1
in-client-qn-ui/src/config/permission.js

@@ -75,7 +75,6 @@ router.beforeResolve(async (to, from, next) => {
       next()
     } else {
       if (recordRoute) {
-        alert(to.path)
         next(`/login?redirect=${to.path}`)
       } else {
         next('/login')