mo 1 year ago
parent
commit
0915001a48
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/layout/index.tsx

+ 1 - 1
src/components/layout/index.tsx

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