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