修改跳转

This commit is contained in:
duan
2025-01-08 09:13:32 +08:00
parent 3731abf871
commit 2a5e686f2e
2 changed files with 9 additions and 4 deletions

View File

@@ -44,7 +44,8 @@
},
//查看视频
seVideo(item) {
console.log(item,'dubyg2')
console.log(uni.getStorageSync('token'))
if(uni.getStorageSync('token')){
const time = 100;
// #ifdef H5
if (returnIsSafari()) {
@@ -74,7 +75,11 @@
})
// #endif
}else{
uni.navigateTo({
url:'/pages/login/login'
})
}
},
}