fix: 单文件查询到会走多文件的判断
This commit is contained in:
@@ -16,7 +16,7 @@ import { useFileType, useImageType } from './hook';
|
||||
import sql from './insert.sql?raw';
|
||||
|
||||
const singleImageId = ref('1905537674682916865');
|
||||
const singleFileId = ref('1906520520833949698');
|
||||
const singleFileId = ref('1905191167882518529');
|
||||
const multipleImageId = ref<string[]>(['1905537674682916865']);
|
||||
const multipleFileId = ref<string[]>(['1905191167882518529']);
|
||||
|
||||
|
Reference in New Issue
Block a user