Commit 57d74fd068dfaaf4c0b2312c7ee0581246407432

Authored by 肖超群
2 parents b52b4b8b 74c2409e

Merge branch 'develop' of http://www.huahengrobot.com:90/wms/wms4 into develop

ant-design-vue-jeecg/src/components/jeecg/JEditor.vue
... ... @@ -62,7 +62,7 @@ export default {
62 62 init: {
63 63 language_url: './tinymce/langs/zh_CN.js',
64 64 language: 'zh_CN',
65   - skin_url: '/tinymce/skins/lightgray',
  65 + skin_url: './tinymce/skins/lightgray',
66 66 height: 300,
67 67 plugins: this.plugins,
68 68 toolbar: this.toolbar,
... ...