完善后台评论管理

This commit is contained in:
yi-ge 2020-07-19 01:03:30 +08:00
parent 41875a39e8
commit befa2e1679
2 changed files with 1 additions and 1 deletions

View File

@ -265,6 +265,7 @@ export default {
})
}
}
window.editorObj = new window.Vditor('editor', {
toolbar: [
'emoji',

View File

@ -65,7 +65,6 @@ window.onload = function () {
window.Vditor = vditor
window.authSuccess = (data) => { // eslint-disable-line
console.log('授权成功', data)
if (data.status === 1) {
try {
if (window.setAuthToken) { window.setAuthToken(data.result.token, data.result.visitorInfo) }