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(() => {