DESKTOP-SVI9JE1\muzen 2 年 前
コミット
4e29676e75
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/utils/openApp.js

+ 1 - 1
src/utils/openApp.js

@@ -13,7 +13,7 @@ const openApp = function (url) {
       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`
+      window.location.href = `airsmart://muzen${url}&cmd=openPage`
     }
 
     var timer = setTimeout(() => {