Quellcode durchsuchen

🐞 fix: 打开位置修改

wolyshaw vor 3 Jahren
Ursprung
Commit
7d89b3c2ff
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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,