Merge remote-tracking branch 'origin/main' into main
This commit is contained in:
commit
b6f5248b38
@ -242,7 +242,7 @@ layui.define(function(exports) {
|
||||
var self = this;
|
||||
var fileType = opt.type;
|
||||
var customType = opt.customType;
|
||||
var url = 'route/file/uploadfile/v2/';
|
||||
var url = 'route/file/uploadfile/';
|
||||
if (fileType == 'image') {
|
||||
url += '2';
|
||||
} else if (fileType == 'video') {
|
||||
|
Loading…
Reference in New Issue
Block a user