lex 10 月之前
父節點
當前提交
9cc80eee32
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/views/coursewarePlay/component/video-play.tsx
  2. 1 1
      src/views/coursewarePlay/index.tsx

+ 1 - 1
src/views/coursewarePlay/component/video-play.tsx

@@ -326,7 +326,7 @@ export default defineComponent({
       const origin = /(localhost|192)/.test(location.host)
         ? 'https://test.gym.lexiaoya.cn'
         : location.origin;
-      const src = `${origin}/accompany/?Authorization=${Authorization}#/detail/${item.value.materialMusicId}`;
+      const src = `${origin}/accompany/#/detail/${item.value.materialMusicId}?Authorization=${Authorization}`;
       postMessage({
         api: 'openAccompanyWebView',
         content: {

+ 1 - 1
src/views/coursewarePlay/index.tsx

@@ -1110,7 +1110,7 @@ export default defineComponent({
                             const origin = /(localhost|192)/.test(location.host)
                               ? 'https://test.gym.lexiaoya.cn'
                               : location.origin;
-                            const src = `${origin}/accompany/?Authorization=${Authorization}#/detail/${m.materialMusicId}`;
+                            const src = `${origin}/accompany/#/detail/${m.materialMusicId}?Authorization=${Authorization}`;
                             postMessage({
                               api: 'openAccompanyWebView',
                               content: {