Browse Source

🐞 fix: 打开位置修改

wolyshaw 2 năm trước cách đây
mục cha
commit
7d89b3c2ff
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/student/music/music.ts

+ 2 - 2
src/student/music/music.ts

@@ -6,8 +6,8 @@ export const musicBuy = (item: any, callBack?: any) => {
   postMessage({
     api: 'openAccompanyWebView',
     content: {
-      // url: location.origin + '/accompany?id=' + item.id,
-      url: 'http://192.168.3.13:3000/colexiu.html?id=' + item.id,
+      url: location.origin + '/accompany?id=' + item.id,
+      // url: 'http://192.168.3.13:3000/colexiu.html?id=' + item.id,
       orientation: 0,
       isHideTitle: true,
       statusBarTextColor: false,