瀏覽代碼

openApp.js

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 {
     if (res.platform === 'ios') {
-      // window.location.href = `airsmart://?page=${page}&channel=${channel}&audioType=${audioType}&audioId=${audioId}`
       window.location.href = `airsmart://${url}&cmd=openPage`
     } 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`
     }