|
|
@@ -449,7 +449,7 @@ export default {
|
|
|
title: '上传中'
|
|
|
})
|
|
|
uni.uploadFile({
|
|
|
- url: that.config('APIHOST1') + '/admin/new-file/upload',
|
|
|
+ url: that.config('APIHOST1') + '/app/new-file/limit-upload',
|
|
|
filePath: resPath,
|
|
|
header: {
|
|
|
token: token
|
|
|
@@ -502,7 +502,7 @@ export default {
|
|
|
title: '上传中'
|
|
|
})
|
|
|
uni.uploadFile({
|
|
|
- url: that.config('APIHOST1') + '/admin/new-file/upload',
|
|
|
+ url: that.config('APIHOST1') + '/app/new-file/limit-upload',
|
|
|
filePath: resPath,
|
|
|
header: {
|
|
|
token: token
|