cyy 11 tháng trước cách đây
mục cha
commit
c89cf627e0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/router/index.js

+ 1 - 0
src/router/index.js

@@ -40,6 +40,7 @@ const whiteList = ['/login', '/register', '/forget', '/authredirect']
  * 权限验证
  */
 router.beforeEach(async(to, from, next) => {
+  console.log(window.location)
   const parmObj = {}
   if (window.location.search !== '') {
     const str = window.location.search.slice(1, window.location.search.length)