diff --git a/public/build/beike/admin/js/app.js b/public/build/beike/admin/js/app.js index 678c2463..b73c1235 100644 --- a/public/build/beike/admin/js/app.js +++ b/public/build/beike/admin/js/app.js @@ -2140,6 +2140,10 @@ var tinymceInit = function tinymceInit() { language: editor_language, branding: false, height: 400, + convert_urls: false, + // document_base_url: 'ssssss', + inline: false, + relative_urls: false, plugins: "link lists fullscreen table hr wordcount image imagetools code", menubar: "", toolbar: "undo redo | toolbarImageButton | lineheight | bold italic underline strikethrough | forecolor backcolor | fontselect fontsizeselect formatselect | alignleft aligncenter alignright alignjustify | outdent indent | numlist bullist | formatpainter removeformat | charmap emoticons | preview | template link anchor table toolbarImageUrlButton | fullscreen code", @@ -2150,7 +2154,6 @@ var tinymceInit = function tinymceInit() { toolbar_mode: 'wrap', font_formats: "微软雅黑='Microsoft YaHei';黑体=黑体;Arial=arial,helvetica,sans-serif;Arial Black=arial black,avant garde;Georgia=georgia,palatino;Helvetica=helvetica;Times New Roman=times new roman,times;Verdana=verdana,geneva", fontsize_formats: "10px 12px 14px 18px 24px 36px", - relative_urls: true, setup: function setup(ed) { var height = ed.getElement().dataset.tinymceHeight; // console.log(ed); // 修改 tinymce 的高度 diff --git a/resources/beike/admin/js/app.js b/resources/beike/admin/js/app.js index 37c91225..0c34fa3e 100644 --- a/resources/beike/admin/js/app.js +++ b/resources/beike/admin/js/app.js @@ -66,6 +66,10 @@ const tinymceInit = () => { language: editor_language, branding: false, height: 400, + convert_urls: false, + // document_base_url: 'ssssss', + inline: false, + relative_urls: false, plugins: "link lists fullscreen table hr wordcount image imagetools code", menubar: "", toolbar: "undo redo | toolbarImageButton | lineheight | bold italic underline strikethrough | forecolor backcolor | fontselect fontsizeselect formatselect | alignleft aligncenter alignright alignjustify | outdent indent | numlist bullist | formatpainter removeformat | charmap emoticons | preview | template link anchor table toolbarImageUrlButton | fullscreen code", @@ -77,7 +81,6 @@ const tinymceInit = () => { font_formats: "微软雅黑='Microsoft YaHei';黑体=黑体;Arial=arial,helvetica,sans-serif;Arial Black=arial black,avant garde;Georgia=georgia,palatino;Helvetica=helvetica;Times New Roman=times new roman,times;Verdana=verdana,geneva", fontsize_formats: "10px 12px 14px 18px 24px 36px", - relative_urls : true, setup: function(ed) { const height = ed.getElement().dataset.tinymceHeight; // console.log(ed); diff --git a/resources/lang/js/app.js b/resources/js/app.js similarity index 100% rename from resources/lang/js/app.js rename to resources/js/app.js diff --git a/resources/lang/js/bootstrap.js b/resources/js/bootstrap.js similarity index 100% rename from resources/lang/js/bootstrap.js rename to resources/js/bootstrap.js diff --git a/resources/lang/js/http.js b/resources/js/http.js similarity index 100% rename from resources/lang/js/http.js rename to resources/js/http.js