Browse Source

修改文件格式

[plg137200.] 1 year ago
parent
commit
27401d2f66
1 changed files with 2 additions and 1 deletions
  1. 2 1
      vue/src/views/FileUpload.vue

+ 2 - 1
vue/src/views/FileUpload.vue

@@ -311,7 +311,8 @@ const reType = (val: string): boolean => {
     val == "wav" ||
     val == "npy" ||
     val == "xls" ||
-    val == "xlsx"
+    val == "xlsx"||
+    val == "sql"
   ) {
     return true;
   } else {