Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_electricity
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
zhengke
jz_electricity
Commits
e2fe33ea
Commit
e2fe33ea
authored
Oct 12, 2021
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
651b6558
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
index.js
config/index.js
+1
-1
choiceArea.vue
src/components/common/choiceArea.vue
+2
-2
rubik.vue
src/components/sallCenter/plugin/rubik.vue
+1
-1
No files found.
config/index.js
View file @
e2fe33ea
...
...
@@ -13,7 +13,7 @@ module.exports = {
proxyTable
:
{},
// Various Dev Server settings
host
:
'
localhost
'
,
// can be overwritten by process.env.HOST
host
:
'
127.0.0.1
'
,
// can be overwritten by process.env.HOST
port
:
8080
,
// can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser
:
false
,
errorOverlay
:
true
,
...
...
src/components/common/choiceArea.vue
View file @
e2fe33ea
...
...
@@ -147,7 +147,7 @@
</el-form-item>
<el-form-item
label=
"热区链接"
v-if=
"isLink"
>
<
template
v-if=
"chooseType=='rubik'"
>
<el-input
size=
"small"
style=
"width: 100%;"
:disabled=
"true"
<el-input
size=
"small"
style=
"width: 100%;"
v-model=
"hotspotList[index].link[0].PageName"
>
<template
slot=
"append"
>
<el-button
@
click=
"isShowLink=true"
>
选择链接
</el-button>
...
...
@@ -155,7 +155,7 @@
</el-input>
</template>
<
template
v-else
>
<el-input
size=
"small"
style=
"width: 100%;"
:disabled=
"true"
v-model=
"hotspotList[index].link.PageName"
>
<el-input
size=
"small"
style=
"width: 100%;"
v-model=
"hotspotList[index].link.PageName"
>
<template
slot=
"append"
>
<el-button
@
click=
"isShowLink=true"
>
选择链接
</el-button>
</
template
>
...
...
src/components/sallCenter/plugin/rubik.vue
View file @
e2fe33ea
...
...
@@ -197,7 +197,7 @@
<el-form-item
label=
"选择链接"
>
<el-input
size=
"small"
v-if=
"rubData.data.list&&rubData.data.list.length>0
&& rubData.data.list[rubik].link && rubData.data.list[rubik].link.length>0"
v-model=
"
rubData.data.list[rubik].link[0].PageName"
:disabled=
"true"
>
rubData.data.list[rubik].link[0].PageName"
>
<template
slot=
"append"
>
<el-button
@
click=
"isShowLink=true"
>
选择链接
</el-button>
</
template
>
...
...
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