This commit is contained in:
X1627315083
2024-09-25 15:16:02 +08:00
parent 01b0fa0b7e
commit 2d29dbf3b3

View File

@@ -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
}