稿件详情对话框添加交互
创建html流程优化
This commit is contained in:
@@ -243,6 +243,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
import VueUeditorWrap from 'vue-ueditor-wrap'; // ES6 Module
|
||||
export default {
|
||||
data(){
|
||||
@@ -251,7 +252,9 @@ export default {
|
||||
wordText:'',
|
||||
editorConfig: {
|
||||
// 访问 UEditor 静态资源的根路径,可参考 https://hc199421.gitee.io/vue-ueditor-wrap/#/faq
|
||||
UEDITOR_HOME_URL: "/UEditor/",
|
||||
UEDITOR_HOME_URL: "/UEditor/",
|
||||
// serverUrl: "//ueditor.zhenghaochuan.com/cos",
|
||||
serverUrl: "",
|
||||
|
||||
},
|
||||
wordTextArr:[], // 识别出的word引用数组
|
||||
|
||||
Reference in New Issue
Block a user