We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e352b commit eac2e6eCopy full SHA for eac2e6e
components/markdown-editor.vue
@@ -42,7 +42,7 @@ export default {
42
this.simplemde.codemirror.setOption('lineNumbers', true);
43
44
let inlineAttachmentConfig = {
45
- uploadUrl: 'https://file.lua-china.com/v1/cos/upload/cdn',
+ uploadUrl: 'https://lua-china.com/api/v1/cos/upload/cdn',
46
progressText: '![图片上传中...]()',
47
errorText: '图片上传失败',
48
urlText: '',
0 commit comments