Commit a11666eb authored by liujiaxin's avatar liujiaxin

111

parent 527458ca
......@@ -37,9 +37,9 @@ export class PlayComponent extends BaseResizeComponent implements OnInit {
constructor() {
super();
this.rightAudio.src = '/assets/right.mp3';
this.rightAudio.src = 'assets/right.mp3';
this.rightAudio.load();
this.wrongAudio.src = '/assets/wrong.mp3';
this.wrongAudio.src = 'assets/wrong.mp3';
this.wrongAudio.load();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment