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
e640fe76
Commit
e640fe76
authored
Oct 09, 2024
by
周宏民
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 移动端配置添加 h5中国水务登录页选项
parent
c87be4c2
Pipeline
#93018
waiting for manual action with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
SiteConfig.jsx
src/pages/productCenter/mobileConfig/SiteConfig.jsx
+1
-0
addConfig.jsx
src/pages/productCenter/mobileConfig/addConfig.jsx
+1
-0
No files found.
src/pages/productCenter/mobileConfig/SiteConfig.jsx
View file @
e640fe76
...
...
@@ -12,6 +12,7 @@ const SiteConfig = props => {
{
text
:
'科技蓝'
,
value
:
'default.html'
},
{
text
:
'h5_科技蓝'
,
value
:
'h5_default'
},
{
text
:
'h5_江西水务'
,
value
:
'h5_jiangxi'
},
{
text
:
'h5_中国水务'
,
value
:
'h5_zhongguoshuiwu'
},
]);
// 系统登陆页
const
[
h5LoginList
,
setH5LoginList
]
=
useState
([
{
text
:
'科技蓝'
,
value
:
'h5_default'
},
...
...
src/pages/productCenter/mobileConfig/addConfig.jsx
View file @
e640fe76
...
...
@@ -12,6 +12,7 @@ const AddConfig = props => {
{
text
:
'科技蓝'
,
value
:
'default.html'
},
{
text
:
'h5_科技蓝'
,
value
:
'h5_default'
},
{
text
:
'h5_江西水务'
,
value
:
'h5_jiangxi'
},
{
text
:
'h5_中国水务'
,
value
:
'h5_zhongguoshuiwu'
},
]);
// 系统登陆页
const
[
h5LoginList
,
setH5LoginList
]
=
useState
([
{
text
:
'科技蓝'
,
value
:
'h5_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