添加评论

This commit is contained in:
yi-ge 2020-07-10 18:01:41 +08:00
parent 2507d7bff7
commit 6ad10cd450

View File

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