|
@@ -287,14 +287,14 @@ export default defineComponent({
|
|
|
? 'https://test.lexiaoya.cn'
|
|
|
: location.origin;
|
|
|
// view-figner?subjectCode=pan-flute
|
|
|
- const src = `${origin}/instrument/#/view-figner?Authorization=${userStore.getToken}&code=${item.code}`;
|
|
|
+ const src = `${origin}/instrument/#/view-figner?Authorization=${userStore.getToken}&code=${item.code}&platform=pc&type=listenMode`;
|
|
|
// const src = `http://192.168.3.220:3000/instrument.html#/view-figner?Authorization=${userStore.getToken}&code=${item.code}`;
|
|
|
if (window.matchMedia('(display-mode: standalone)').matches) {
|
|
|
state.application = window.matchMedia(
|
|
|
'(display-mode: standalone)'
|
|
|
).matches;
|
|
|
forms.previewModal = true;
|
|
|
- forms.previewParams.src = src + '&platform=pc';
|
|
|
+ forms.previewParams.src = src;
|
|
|
} else {
|
|
|
window.open(src);
|
|
|
}
|