bug
This commit is contained in:
		| @@ -151,9 +151,9 @@ | ||||
|       }, | ||||
|  | ||||
|       getWechatList () { | ||||
|         this.instance.post(`/api/wxmpconfig/list?size=1000`).then(res => { | ||||
|         this.instance.post(`/api/wxmpconfig/queryMyAppids`).then(res => { | ||||
|           if (res.code == 0) { | ||||
|             this.wechatList = res.data.records.map(v => { | ||||
|             this.wechatList = res.data.map(v => { | ||||
|               return { | ||||
|                 dictValue: v.appId, | ||||
|                 dictName: v.mpName | ||||
|   | ||||
		Reference in New Issue
	
	Block a user