This commit is contained in:
yanran200730
2022-05-06 20:10:07 +08:00
parent 4b9bd8ffa8
commit 74e34e52e8
2 changed files with 2 additions and 2 deletions

View File

@@ -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 => {