Browse Source

Merge branch 'startLogin'

mo 1 năm trước cách đây
mục cha
commit
2a1544edd2
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

@@ -702,7 +702,7 @@ export default defineComponent({
           <div
             class={styles.modeWrap}
            >
-              <iframe src={ `${vaildUrl()}metronome/?id=${new Date().getTime()}`  }  scrolling='no'  frameborder="0" width='100%'  height={'650px'} ></iframe>
+              <iframe src={ `${vaildUrl()}/metronome/?id=${new Date().getTime()}`  }  scrolling='no'  frameborder="0" width='100%'  height={'650px'} ></iframe>
           </div>
         </NModal>