bug
This commit is contained in:
@@ -120,7 +120,7 @@ export default {
|
||||
|
||||
uploadFile (img, total, type) {
|
||||
uni.uploadFile({
|
||||
url: this.$instance.defaults.baseURL + '/api/file/add',
|
||||
url: this.$instance.defaults.baseURL + '/file/add',
|
||||
filePath: img,
|
||||
name: 'file',
|
||||
header: {
|
||||
@@ -162,7 +162,7 @@ export default {
|
||||
getList () {
|
||||
if (this.isMore) return
|
||||
|
||||
this.$instance.post(`/appwechatescalation/list`, null, {
|
||||
this.$instance.post(`/api/appwechatescalation/list`, null, {
|
||||
params: {
|
||||
current: this.current,
|
||||
size: 10,
|
||||
|
||||
Reference in New Issue
Block a user