diff --git a/README.md b/README.md
index 3fb8062..1e6e0cc 100644
--- a/README.md
+++ b/README.md
@@ -22,11 +22,11 @@
### 文档地址
-- [https://igeekfan.cn/](https://igeekfan.cn/)
+- [http://101.34.7.82/](http://101.34.7.82/)
### 线上 Demo
-- [https://vvlog.igeekfan.cn/](https://vvlog.igeekfan.cn/)
+- [http://101.34.7.82/vvlog](http://101.34.7.82/vvlog)
## 快速上手
diff --git a/src/view/article/editor-form.vue b/src/view/article/editor-form.vue
index 2636ab3..ddbbb3d 100644
--- a/src/view/article/editor-form.vue
+++ b/src/view/article/editor-form.vue
@@ -2,13 +2,25 @@
-
+
-
+
@@ -59,7 +71,7 @@ export default {
this.isLoading = false
})
},
- async created() { },
+ async created() {},
watch: {
async $route(to, from) {
await this.show()
@@ -79,21 +91,16 @@ export default {
tab: '\t',
counter: '999999',
typewriterMode: true,
- hint: {
- },
+ hint: {},
mode: 'sv', //ir 即时渲染,sv 分屏预览 wysiwyg 所见即所得
-<<<<<<< HEAD
- cdn: 'http://101.34.7.82/vditor',
-=======
cdn: 'http://101.34.7.82/vditor',
->>>>>>> 039534efa310acf979b798fcc62d0be2a4807656
preview: {
delay: 100,
show: true,
markdown: {
toc: true,
theme: 'light',
- mark: true
+ mark: true,
},
hljs: {
enable: true,
@@ -138,7 +145,7 @@ export default {
},
outline: {
enable: true,
- position: 'left'
+ position: 'left',
},
after: () => {
this.show()
@@ -208,7 +215,7 @@ export default {
content: value,
})
console.log('自动保存')
- }
+ },
},
}