Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyunchong committed Dec 9, 2023
1 parent 5cc31f2 commit 13cecef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/view/article/editor-form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default {
hint: {
},
mode: 'sv', //ir 即时渲染,sv 分屏预览 wysiwyg 所见即所得
cdn:'https://api.igeekfan.cn/js/vditor',
cdn:'https://images.igeekfan.cn/js/vditor',
preview: {
delay: 100,
show: true,
Expand Down
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = {
},
devServer: {
compress: true,
port: 9000
port: 8080
},
// node_modules依赖项es6语法未转换问题
transpileDependencies: ['vuex-persist'],
Expand Down

0 comments on commit 13cecef

Please sign in to comment.