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
212f649c
Commit
212f649c
authored
Jun 15, 2023
by
涂伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 'mobile配置修改'
parent
acf0de31
Pipeline
#74315
passed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
6 deletions
+14
-6
SiteConfig.jsx
src/pages/productCenter/mobileConfig/SiteConfig.jsx
+7
-3
addConfig.jsx
src/pages/productCenter/mobileConfig/addConfig.jsx
+7
-3
No files found.
src/pages/productCenter/mobileConfig/SiteConfig.jsx
View file @
212f649c
...
@@ -8,10 +8,14 @@ const { Option } = Select;
...
@@ -8,10 +8,14 @@ const { Option } = Select;
const
SiteConfig
=
props
=>
{
const
SiteConfig
=
props
=>
{
const
{
miniTitle
,
submitCallback
,
addCallback
,
parentKey
,
clientName
,
singleList
}
=
props
;
const
{
miniTitle
,
submitCallback
,
addCallback
,
parentKey
,
clientName
,
singleList
}
=
props
;
const
[
config
,
setConfig
]
=
useState
(
''
);
// 网站配置信息
const
[
config
,
setConfig
]
=
useState
(
''
);
// 网站配置信息
const
[
loginList
,
setLoginList
]
=
useState
([{
text
:
'默认界面'
,
value
:
'default'
}]);
// 系统登陆页
const
[
loginList
,
setLoginList
]
=
useState
([
{
text
:
'科技蓝'
,
value
:
'default'
},
{
text
:
'h5_科技蓝'
,
value
:
'h5_default'
},
{
text
:
'h5_江西水务'
,
value
:
'h5_jiangxi'
},
]);
// 系统登陆页
const
[
h5LoginList
,
setH5LoginList
]
=
useState
([
const
[
h5LoginList
,
setH5LoginList
]
=
useState
([
{
text
:
'
h5默认界面'
,
value
:
'
default'
},
{
text
:
'
科技蓝'
,
value
:
'h5_
default'
},
{
text
:
'江西
登录界面'
,
value
:
'
jiangxi'
},
{
text
:
'江西
水务'
,
value
:
'h5_
jiangxi'
},
]);
// H5登陆页
]);
// H5登陆页
const
[
styleList
,
setStyleList
]
=
useState
([
const
[
styleList
,
setStyleList
]
=
useState
([
{
text
:
'熊猫产品'
,
value
:
'default'
},
{
text
:
'熊猫产品'
,
value
:
'default'
},
...
...
src/pages/productCenter/mobileConfig/addConfig.jsx
View file @
212f649c
...
@@ -8,10 +8,14 @@ const AddConfig = props => {
...
@@ -8,10 +8,14 @@ const AddConfig = props => {
const
{
miniTitle
,
submitCallback
,
subType
,
addCallback
,
singleList
,
visible
}
=
props
;
const
{
miniTitle
,
submitCallback
,
subType
,
addCallback
,
singleList
,
visible
}
=
props
;
console
.
log
(
subType
,
'ubType'
);
console
.
log
(
subType
,
'ubType'
);
const
[
config
,
setConfig
]
=
useState
(
''
);
// 网站配置信息
const
[
config
,
setConfig
]
=
useState
(
''
);
// 网站配置信息
const
[
loginList
,
setLoginList
]
=
useState
([{
text
:
'默认界面'
,
value
:
'default'
}]);
// 系统登陆页
const
[
loginList
,
setLoginList
]
=
useState
([
{
text
:
'科技蓝'
,
value
:
'default'
},
{
text
:
'h5_科技蓝'
,
value
:
'h5_default'
},
{
text
:
'h5_江西水务'
,
value
:
'h5_jiangxi'
},
]);
// 系统登陆页
const
[
h5LoginList
,
setH5LoginList
]
=
useState
([
const
[
h5LoginList
,
setH5LoginList
]
=
useState
([
{
text
:
'
h5默认界面'
,
value
:
'
default'
},
{
text
:
'
科技蓝'
,
value
:
'h5_
default'
},
{
text
:
'江西
登录界面'
,
value
:
'
jiangxi'
},
{
text
:
'江西
水务'
,
value
:
'h5_
jiangxi'
},
]);
// H5登陆页
]);
// H5登陆页
const
[
styleList
,
setStyleList
]
=
useState
([
const
[
styleList
,
setStyleList
]
=
useState
([
{
text
:
'熊猫产品'
,
value
:
'default'
},
{
text
:
'熊猫产品'
,
value
:
'default'
},
...
...
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