DESKTOP-SVI9JE1\muzen 1 рік тому
батько
коміт
41a028b1e9
1 змінених файлів з 0 додано та 2 видалено
  1. 0 2
      src/utils/openApp.js

+ 0 - 2
src/utils/openApp.js

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