소스 검색

优化首页

wyh 1 년 전
부모
커밋
4fc153e4e6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      itdmWeb/src/permission.js

+ 1 - 1
itdmWeb/src/permission.js

@@ -52,7 +52,7 @@ router.beforeEach((to, from, next) => {
                 } else {
                   // 跳转到目的路由
                   // next({ path: redirect })
-                  console.log(wyh222)
+                  console.log('wyh222')
                   next({ path: '/firstIndex' })
                 }
               })