mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
修复url配置无html后缀时的文件上传问题
This commit is contained in:
parent
0f97990ae5
commit
ee5850364a
@ -63,7 +63,7 @@ require.config({
|
||||
'xlsx': ['plugs/jquery/xlsx.min'],
|
||||
'excel': ['plugs/jquery/excel.xlsx'],
|
||||
'base64': ['plugs/jquery/base64.min'],
|
||||
'upload': [tapiRoot + '/api.upload?.js'],
|
||||
'upload': [tapiRoot + '/api.upload/'],
|
||||
'angular': ['plugs/angular/angular.min'],
|
||||
'cropper': ['plugs/cropper/cropper.min'],
|
||||
'echarts': ['plugs/echarts/echarts.min'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user