Skip to content

Commit eac2e6e

Browse files
author
horanhe
committed
feat: 切换域名
1 parent b9e352b commit eac2e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/markdown-editor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default {
4242
this.simplemde.codemirror.setOption('lineNumbers', true);
4343
4444
let inlineAttachmentConfig = {
45-
uploadUrl: 'https://file.lua-china.com/v1/cos/upload/cdn',
45+
uploadUrl: 'https://lua-china.com/api/v1/cos/upload/cdn',
4646
progressText: '![图片上传中...]()',
4747
errorText: '图片上传失败',
4848
urlText: '![图片]({filename})',

0 commit comments

Comments
 (0)