添加评论

This commit is contained in:
2020-07-10 18:01:08 +08:00
parent 80192652ed
commit 2507d7bff7
3 changed files with 14 additions and 1 deletions

View File

@ -63,3 +63,7 @@ window.onload = function () {
}
window.Vditor = vditor
function authSuccess (data) { // eslint-disable-line
console.log('授权成功', data)
}