amuliang 2023-08-03 00:09:37 +08:00
parent b4c132c4bd
commit cabd4e53eb
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@
handleStore() { handleStore() {
this.is_storing = true; this.is_storing = true;
this.store_message = ''; this.store_message = '';
if(getSelection(this.renderedStorePath) == '') { if(getExtension(this.renderedStorePath) == '') {
this.$Message.error("请指定有效歌曲后缀名"); this.$Message.error("请指定有效歌曲后缀名");
return; return;
} }