This commit is contained in:
yanran200730
2023-06-09 13:44:23 +08:00
parent 27e6fe0eb2
commit fc0f92a7de
4 changed files with 8 additions and 131 deletions

View File

@@ -120,7 +120,7 @@
},
getInfo () {
this.instance.post(`wxmppublisheradposgeneral/statistics`, null, {
this.instance.post(`/api/wxmppublisheradposgeneral/statistics`, null, {
params: {
...this.search,
startTime: this.search.type === '3' ? this.date[0] : '',
@@ -136,7 +136,7 @@
},
getList () {
this.instance.post(`/wxmppublisheradposgeneral/list`, null, {
this.instance.post(`/api/wxmppublisheradposgeneral/list`, null, {
params: {
...this.search,
startTime: this.search.type === '3' ? this.date[0] : '',
@@ -151,7 +151,7 @@
},
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 {