Skip to content

Commit 4d9854c

Browse files
committed
try to keep these URLs intact
1 parent 9d8c7ed commit 4d9854c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/Tinymce/index.vue

+5-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,11 @@ export default {
147147
editor.on('FullscreenStateChanged', (e) => {
148148
_this.fullscreen = e.state
149149
})
150-
}
150+
},
151+
//it will try to keep these URLs intact
152+
//https://www.tiny.cloud/docs-3x/reference/configuration/Configuration3x@convert_urls/
153+
//https://stackoverflow.com/questions/5196205/disable-tinymce-absolute-to-relative-url-conversions
154+
convert_urls: false
151155
// 整合七牛上传
152156
// images_dataimg_filter(img) {
153157
// setTimeout(() => {

0 commit comments

Comments
 (0)