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