From cabd4e53eb9a909a1b46fb8d6b8f58a44c68ad7c Mon Sep 17 00:00:00 2001 From: amuliang <982632988@qq.com> Date: Thu, 3 Aug 2023 00:09:37 +0800 Subject: [PATCH] 1 --- html/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }