feat: fix path
This commit is contained in:
parent
f33521dcf9
commit
561b009072
@ -374,7 +374,7 @@
|
||||
mes.content = this.messageContent;
|
||||
content._rawMsg = Object.assign({}, mes);
|
||||
this.messageContent = ""
|
||||
$.post("/2/message",mes,function(res){
|
||||
$.post("/aicss/2/message",mes,function(res){
|
||||
if(res.code!=200){
|
||||
_this.$set(content, 'status', 'failed');
|
||||
return;
|
||||
@ -392,7 +392,7 @@
|
||||
let _this = this;
|
||||
_this.$set(msg, 'status', 'sending');
|
||||
let mes = msg._rawMsg;
|
||||
$.post("/2/message", mes, function(res){
|
||||
$.post("/aicss/2/message", mes, function(res){
|
||||
if(res.code!=200){
|
||||
_this.$set(msg, 'status', 'failed');
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user