bug
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
complete: () => {
|
||||
this.$nextTick(() => {
|
||||
if (this.imgList.length === total && this.hideStatus) {
|
||||
this.$instance.post(`/appwechatescalation/addOrUpdate`, {
|
||||
this.$instance.post(`/api/appwechatescalation/addOrUpdate`, {
|
||||
type: 0,
|
||||
listType: 0,
|
||||
openId: this.user.openId,
|
||||
@@ -166,7 +166,7 @@
|
||||
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