bug
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user