|
@@ -167,7 +167,7 @@ export default defineComponent({
|
|
|
const origin = /(localhost|192)/.test(location.host)
|
|
|
? 'https://test.lexiaoya.cn'
|
|
|
: location.origin;
|
|
|
- const src = `${origin}/classroom-app/#/tempo-practice?Authorization=${userStore.getToken}`;
|
|
|
+ const src = `${origin}/classroom-app/#/tempo-practice?Authorization=${userStore.getToken}&win=pc`;
|
|
|
if (window.matchMedia('(display-mode: standalone)').matches) {
|
|
|
state.application = window.matchMedia(
|
|
|
'(display-mode: standalone)'
|