From 74e34e52e835f0117c6efd0f48ce353dee40b43a Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 6 May 2022 20:10:07 +0800 Subject: [PATCH] 2 --- project/sass/apps/AppConference/addMeeting.vue | 2 +- project/sass/apps/AppNotification/components/add.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/sass/apps/AppConference/addMeeting.vue b/project/sass/apps/AppConference/addMeeting.vue index 2f315c0c..55ef653f 100644 --- a/project/sass/apps/AppConference/addMeeting.vue +++ b/project/sass/apps/AppConference/addMeeting.vue @@ -176,7 +176,7 @@ export default { this.saveData.fileList.map((item) => { this.saveData.files.push(item.id) }) - this.instance.post(`/app/appmeetinginfo/add-update`, { + this.instance.post(`/app/appmeetinginfo/add-update-web`, { ...this.saveData, status: status, }).then(res => { diff --git a/project/sass/apps/AppNotification/components/add.vue b/project/sass/apps/AppNotification/components/add.vue index f1a1ba21..27fba97b 100644 --- a/project/sass/apps/AppNotification/components/add.vue +++ b/project/sass/apps/AppNotification/components/add.vue @@ -117,7 +117,7 @@ if(this.form.releaseTime && (new Date(this.form.releaseTime).getTime() <= Date.now())){ return this.$message.error("发送时间要大于当前时间") } - this.instance.post("/app/appannouncement/addOrUpdate", { + this.instance.post("/app/appannouncement/addOrUpdateWeb", { ...this.form, status: e }).then(res => {