style: 移除无用console输出
This commit is contained in:
@@ -28,7 +28,6 @@ let state: StateType = reactive({
|
||||
|
||||
/**上传前检查或转换压缩 */
|
||||
function fnBeforeUpload(file: FileType) {
|
||||
console.log(file.type);
|
||||
if (state.loading) return false;
|
||||
const isType = ['application/pdf'].includes(file.type);
|
||||
if (!isType) {
|
||||
|
||||
Reference in New Issue
Block a user