修复文本框链接问题

This commit is contained in:
sj
2022-10-25 20:34:38 +08:00
parent 76f6039a1d
commit 46437af817
20 changed files with 1653 additions and 972 deletions
+1 -1
View File
@@ -708,7 +708,7 @@ export default {
addCustomDialog() {
window.UE.registerUI('yshop', function (editor, uiName) {
let dialog = new window.UE.ui.Dialog({
iframeUrl: '/yshop/materia/index',
iframeUrl: '#/yshop/materia/index',
editor: editor,
name: uiName,
title: '上传图片',
+1 -1
View File
@@ -75,7 +75,7 @@ export default {
addCustomDialog () {
window.UE.registerUI('yshop', function (editor, uiName) {
let dialog = new window.UE.ui.Dialog({
iframeUrl: '/yshop/materia/index',
iframeUrl: '#/yshop/materia/index',
editor: editor,
name: uiName,
title: '上传图片',
+2 -2
View File
@@ -19,7 +19,7 @@
</el-form-item>
<!-- <div ref="editor" class="editor"/> -->
<el-form-item label="">
<el-form-item label="">
<el-button :loading="loading" size="medium" type="primary" @click="doSubmit">发送邮件
</el-button>
</el-form-item>
@@ -90,7 +90,7 @@ export default {
addCustomDialog () {
window.UE.registerUI('yshop', function (editor, uiName) {
let dialog = new window.UE.ui.Dialog({
iframeUrl: '/yshop/materia/index',
iframeUrl: '#/yshop/materia/index',
editor: editor,
name: uiName,
title: '上传图片',
+1 -1
View File
@@ -99,7 +99,7 @@ export default {
addCustomDialog () {
window.UE.registerUI('yshop', function (editor, uiName) {
let dialog = new window.UE.ui.Dialog({
iframeUrl: '/yshop/materia/index',
iframeUrl: '#yshop/materia/index',
editor: editor,
name: uiName,
title: '上传图片',