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
41fa4642
Commit
41fa4642
authored
Apr 30, 2024
by
涂伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '移动端新增配置添加'
parent
e2e0a4ff
Pipeline
#87962
passed with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
addConfig.jsx
src/pages/productCenter/mobileConfig/addConfig.jsx
+25
-0
No files found.
src/pages/productCenter/mobileConfig/addConfig.jsx
View file @
41fa4642
...
...
@@ -210,6 +210,31 @@ const AddConfig = props => {
>
<
PicturesWall
picType=
"homePageImage"
/>
</
Item
>
<
Item
label=
"背景图:"
name=
"userPageImage"
rules=
{
[
{
required
:
true
,
message
:
'请选择背景图'
,
},
]
}
>
<
PicturesWall
picType=
"userPageImage"
/>
</
Item
>
<
Item
label=
"过渡页:"
name=
"bootAnimation"
rules=
{
[
{
required
:
true
,
message
:
'请选择过渡页'
,
},
]
}
>
<
PicturesWall
picType=
"bootAnimation"
/>
</
Item
>
<
Item
label=
"APP登陆页面:"
...
...
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