|
@@ -9,10 +9,8 @@ const openApp = function (url) {
|
|
})
|
|
})
|
|
} else {
|
|
} else {
|
|
if (res.platform === 'ios') {
|
|
if (res.platform === 'ios') {
|
|
- // window.location.href = `airsmart://?page=${page}&channel=${channel}&audioType=${audioType}&audioId=${audioId}`
|
|
|
|
window.location.href = `airsmart://${url}&cmd=openPage`
|
|
window.location.href = `airsmart://${url}&cmd=openPage`
|
|
} else {
|
|
} else {
|
|
- // window.location.href = `airsmart://com.muzen.radioplayer:8888/main?page=${page}&channel=${channel}&audioType=${audioType}&audioId=${audioId}`
|
|
|
|
window.location.href = `airsmart://muzen${url}&cmd=openPage`
|
|
window.location.href = `airsmart://muzen${url}&cmd=openPage`
|
|
}
|
|
}
|
|
|
|
|