diff --git a/src/router/index.ts b/src/router/index.ts index 2e4258f0..340c56f7 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -283,6 +283,7 @@ router.beforeEach((to:any, from, next) => { let herfData = window.location.search.substring(1) if(herfData.split('=')[0] == 'noLogin' && to.name != 'homePage'){ setMurmur(herfData.split('=')[1]) + // console.log(`-------------------成功${herfData.split('=')[1]}-------------------`) return }