|
@@ -43,7 +43,9 @@ export default defineComponent({
|
|
|
: location.origin;
|
|
|
const src = `${origin}/${
|
|
|
state.platformType === 'TEACHER' ? 'accompany-teacher' : 'accompany'
|
|
|
- }/?Authorization=${Authorization}#/detail/${props.music.content}`;
|
|
|
+ }/?Authorization=${Authorization}#/detail/${
|
|
|
+ props.music.content
|
|
|
+ }?isHideBack=true`;
|
|
|
|
|
|
const checkView = () => {
|
|
|
fetch(src)
|
|
@@ -72,7 +74,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/${props.music.content}`;
|
|
|
+ const src = `${origin}/accompany/?Authorization=${Authorization}#/detail/${props.music.content}?isHideBack=true`;
|
|
|
postMessage(
|
|
|
{
|
|
|
api: 'openAccompanyWebView',
|