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