稿件详情对话框添加交互

创建html流程优化
This commit is contained in:
@fawn-nine
2023-07-17 14:27:23 +08:00
parent b72360a171
commit a8885bf2ee
4 changed files with 59 additions and 35 deletions

View File

@@ -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引用数组