🔨
This commit is contained in:
parent
e51f24e6ae
commit
12a78cec7f
@ -63,9 +63,9 @@ if (url==="undefined"){url=""}
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
$axios(req).then(res=>{
|
$axios(req).then(res=>{
|
||||||
console.log('mynotify1 ֪ͨ½á¹û', res.data)
|
console.log('mynotify1 通知结果', res.data)
|
||||||
}).catch(e=>{
|
}).catch(e=>{
|
||||||
console.error('mynotify1 ֪ͨʧ°Ü', e.message)
|
console.error('mynotify1 通知失败', e.message)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user