Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
ad1dc907
Commit
ad1dc907
authored
Mar 13, 2023
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改插件
parent
fb59d72c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
4 deletions
+22
-4
other_dialog.vue
src/components/WebSet/plug-in/other_dialog.vue
+20
-2
index.js
src/plug/index.js
+2
-2
No files found.
src/components/WebSet/plug-in/other_dialog.vue
View file @
ad1dc907
...
@@ -124,7 +124,9 @@
...
@@ -124,7 +124,9 @@
<el-row>
<el-row>
<el-col
:span=
"24"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"段落內容"
>
<el-form-item
label=
"段落內容"
>
<el-input
type=
"textarea"
:rows=
"4"
v-model=
"plugData.ParagraphContent"
></el-input>
<!--
<el-input
type=
"textarea"
:rows=
"4"
v-model=
"plugData.ParagraphContent"
></el-input>
-->
<my-edit
style=
"height:60vh"
v-on:edit-value=
"plugData.ParagraphContent = arguments[0]"
v-bind:editValue=
"plugData.ParagraphContent"
v-bind:toolbarShow=
"toolbar"
v-bind:referenceList=
"DefaultList"
></my-edit>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
...
@@ -159,11 +161,27 @@
...
@@ -159,11 +161,27 @@
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
MyEdit
from
"@/components/EditTemplate.vue"
;
export
default
{
export
default
{
props
:
[
"plugData"
],
props
:
[
"plugData"
],
components
:{
MyEdit
},
data
()
{
data
()
{
return
{
return
{
checkIndex
:
0
checkIndex
:
0
,
toolbar
:
{
clean
:
true
,
font
:
false
,
//字体
narrative
:
false
,
//叙述,
image
:
false
,
bold
:
true
,
//加粗
underline
:
true
,
//下划线
header1
:
true
,
//H1
header2
:
true
,
//H2
fontColor
:
false
,
//字体颜色
fontBackgroundColor
:
false
,
//背景颜色
innerHeight
:
'60vh'
},
DefaultList
:
[],
};
};
},
},
created
()
{},
created
()
{},
...
...
src/plug/index.js
View file @
ad1dc907
...
@@ -120,8 +120,8 @@ export default {
...
@@ -120,8 +120,8 @@ export default {
let
locationName
=
window
.
location
.
hostname
;
let
locationName
=
window
.
location
.
hostname
;
domainUrl
=
"http://192.168.10.128"
;
domainUrl
=
"http://192.168.10.128"
;
domainUrl
=
"http://192.168.10.11:8083"
// 刘东电脑
domainUrl
=
"http://192.168.10.11:8083"
// 刘东电脑
//
domainUrl = "http://192.168.10.123:8002";
domainUrl
=
"http://192.168.10.123:8002"
;
domainUrl
=
"http://reborn.oytour.com"
;
//
domainUrl = "http://reborn.oytour.com";
let
crmLocalFileStreamDownLoadUrl
=
""
;
let
crmLocalFileStreamDownLoadUrl
=
""
;
crmLocalFileStreamDownLoadUrl
=
locationName
.
indexOf
(
'oytour'
)
!==
-
1
?
"http://crm.oytour.com"
:
"http://testcrm.oytour.com"
;
crmLocalFileStreamDownLoadUrl
=
locationName
.
indexOf
(
'oytour'
)
!==
-
1
?
"http://crm.oytour.com"
:
"http://testcrm.oytour.com"
;
let
javaUrldo
=
""
;
let
javaUrldo
=
""
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment