瀏覽代碼

Merge branch '2023-8-25_上线' into online

liushengqiang 1 年之前
父節點
當前提交
68980af3d0
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 1
      src/views/attend-class/component/musicScore.tsx
  2. 1 0
      src/views/attend-class/index.module.less

+ 1 - 1
src/views/attend-class/component/musicScore.tsx

@@ -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 = () => {

+ 1 - 0
src/views/attend-class/index.module.less

@@ -81,6 +81,7 @@
   transition: transform 0.5s;
   box-sizing: border-box;
   font-size: 24px;
+  pointer-events: none;
 
   div {
     box-sizing: border-box;