This commit is contained in:
yanran200730
2023-06-09 14:13:05 +08:00
parent 96647bfa90
commit f2a7cafc76

View File

@@ -151,9 +151,9 @@
}, },
getWechatList () { getWechatList () {
this.instance.post(`/api/wxmpconfig/list?size=1000`).then(res => { this.instance.post(`/api/wxmpconfig/queryMyAppids`).then(res => {
if (res.code == 0) { if (res.code == 0) {
this.wechatList = res.data.records.map(v => { this.wechatList = res.data.map(v => {
return { return {
dictValue: v.appId, dictValue: v.appId,
dictName: v.mpName dictName: v.mpName