Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
Details
Activity
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
ReactWeb5
CivManage
Commits
ff3af09f
Commit
ff3af09f
authored
Apr 29, 2022
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '修改web配置新增编辑模态'
parent
69c4f0a8
Pipeline
#49171
passed with stages
in 4 minutes 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
siteConfigDrawer.js
...es/productCenter/webConfig/components/siteConfigDrawer.js
+13
-13
No files found.
src/pages/productCenter/webConfig/components/siteConfigDrawer.js
View file @
ff3af09f
...
...
@@ -20,8 +20,8 @@ import WebConfigForm from './webConfigForm';
import
Upload
from
'@/components/Upload'
;
import
styles
from
'./siteConfigDrawer.less'
;
const
{
Option
}
=
Select
;
const
plainOptions
=
[
'搜索'
,
'首页'
,
'
反馈'
,
'消息'
,
'常用
'
];
const
defaultCheckedList
=
[
'搜索'
,
'首页'
,
'
反馈'
,
'消息'
,
'常用
'
];
const
plainOptions
=
[
'搜索'
,
'首页'
,
'
常用'
,
'反馈'
,
'消息
'
];
const
defaultCheckedList
=
[
'搜索'
,
'首页'
,
'
常用'
,
'反馈'
,
'消息
'
];
export
default
props
=>
{
const
{
visible
,
onClose
,
config
,
hasIntegerate
,
isEdit
,
onOk
,
submitting
,
productList
}
=
props
;
...
...
@@ -162,7 +162,7 @@ export default props => {
<
Input
placeholder
=
"请输入副标题"
autoComplete
=
"off"
/>
<
/Form.Item
>
<
Form
.
Item
label
=
"系统
i
con"
label
=
"系统
I
con"
name
=
"shortcutIcon"
style
=
{{
height
:
'112px'
}}
rules
=
{[
...
...
@@ -175,7 +175,7 @@ export default props => {
<
Upload
picType
=
"icon"
/>
<
/Form.Item
>
<
Form
.
Item
label
=
"登录
l
ogo"
label
=
"登录
L
ogo"
name
=
"logo"
style
=
{{
height
:
'112px'
}}
rules
=
{[
...
...
@@ -188,7 +188,7 @@ export default props => {
<
Upload
picType
=
"logo"
/>
<
/Form.Item
>
<
Form
.
Item
label
=
"标题
l
ogo"
label
=
"标题
L
ogo"
name
=
"bannerLogo"
style
=
{{
height
:
'112px'
}}
rules
=
{[
...
...
@@ -249,6 +249,12 @@ export default props => {
<
Form
.
Item
label
=
"二维码地址"
name
=
"qrcode"
>
<
Input
placeholder
=
"请输入二维码地址"
autoComplete
=
"off"
/>
<
/Form.Item
>
<
Form
.
Item
label
=
"Web4地图"
name
=
"hideMap"
>
<
Radio
.
Group
>
<
Radio
value
=
{
false
}
>
开启
<
/Radio
>
<
Radio
value
=
{
true
}
>
关闭
<
/Radio
>
<
/Radio.Group
>
<
/Form.Item
>
<
Form
.
Item
label
=
{
<
div
className
=
{
styles
.
formData_label
}
>
...
...
@@ -276,14 +282,8 @@ export default props => {
<
/Form.Item
>
<
Form
.
Item
label
=
"语音播报"
name
=
"messageVoice"
>
<
Radio
.
Group
>
<
Radio
value
=
{
true
}
>
开
<
/Radio
>
<
Radio
value
=
{
false
}
>
关
<
/Radio
>
<
/Radio.Group
>
<
/Form.Item
>
<
Form
.
Item
label
=
"web4地图"
name
=
"hideMap"
>
<
Radio
.
Group
>
<
Radio
value
=
{
false
}
>
否
<
/Radio
>
<
Radio
value
=
{
true
}
>
是
<
/Radio
>
<
Radio
value
=
{
true
}
>
开启
<
/Radio
>
<
Radio
value
=
{
false
}
>
关闭
<
/Radio
>
<
/Radio.Group
>
<
/Form.Item
>
<
/Form
>
...
...
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