|
@@ -34,7 +34,7 @@ export default defineComponent({
|
|
|
const origin = /(localhost|192)/.test(location.host)
|
|
|
? 'https://dev.kt.colexiu.com'
|
|
|
: location.origin;
|
|
|
- const src = `${origin}/instrument?platform=pc&zoom=1.2&modelType=practise&id=${props.music.content}&Authorization=${userStore.getToken}`;
|
|
|
+ const src = `${origin}/instrument?showGuide=true&platform=pc&zoom=1.2&modelType=practise&id=${props.music.content}&Authorization=${userStore.getToken}`;
|
|
|
const checkView = () => {
|
|
|
fetch(src)
|
|
|
.then(() => {
|