lex 1 năm trước cách đây
mục cha
commit
a740c08c29
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/home/index.tsx

+ 1 - 1
src/views/home/index.tsx

@@ -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)'