mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2025-12-30 09:42:25 +00:00
refactor: tinymce 避免图片地址和链接地址转换成相对路径
This commit is contained in:
@@ -133,6 +133,11 @@ const initOptions = computed((): InitOptions => {
|
||||
toolbar_mode: 'sliding',
|
||||
// 隐藏下面的 按xxx获取帮助
|
||||
help_accessibility: false,
|
||||
// https://blog.csdn.net/qq_46380656/article/details/122171418
|
||||
// 避免图片地址和链接地址转换成相对路径
|
||||
relative_urls: false,
|
||||
remove_script_host: false,
|
||||
convert_urls: false,
|
||||
...options,
|
||||
/**
|
||||
* 覆盖默认的base64行为
|
||||
|
||||
Reference in New Issue
Block a user