diff --git a/html/index.html b/html/index.html index 4a9a3c1..91f0613 100644 --- a/html/index.html +++ b/html/index.html @@ -228,7 +228,7 @@ handleStore() { this.is_storing = true; this.store_message = ''; - if(getSelection(this.renderedStorePath) == '') { + if(getExtension(this.renderedStorePath) == '') { this.$Message.error("请指定有效歌曲后缀名"); return; }