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