Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivWeb
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
CivWeb
Commits
daf77f46
Commit
daf77f46
authored
Feb 14, 2025
by
周宏民
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref: 新源集成登录修改,集成登录配置添加appSecret
parent
cf595a6f
Pipeline
#95590
waiting for manual action with stages
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
6 deletions
+23
-6
index.js
...age/template/project/xinyuan/components/CityPage/index.js
+2
-2
index.js
.../template/project/xinyuan/components/VillagePage/index.js
+2
-4
AddModal.js
src/pages/integratedLogin/components/AddModal.js
+19
-0
No files found.
src/pages/bootpage/template/project/xinyuan/components/CityPage/index.js
View file @
daf77f46
...
...
@@ -211,13 +211,13 @@ const XinyuanCityPage = props => {
<
div
className
=
{
classNames
(
styles
.
integration_col3_list_item
,
item
.
label
!==
'报装管理'
&&
integrationData
[
'业务中心'
]
item
.
label
!==
'报装管理'
&&
integrationData
.
JPCD
?
styles
.
integration_row_col_link
:
styles
.
integration_row_col_no
,
)}
key
=
{
item
.
label
}
name
=
{
item
.
label
}
onClick
=
{()
=>
item
.
label
!==
'报装管理'
&&
onLink
(
integrationData
[
'业务中心'
]
,
loginAction
)}
onClick
=
{()
=>
item
.
label
!==
'报装管理'
&&
onLink
(
integrationData
.
JPCD
,
loginAction
)}
>
<
img
src
=
{
imgMap
[
item
.
label
]}
alt
=
{
item
.
label
}
/
>
<
div
className
=
{
styles
.
integration_col3_list_item_label
}
>
{
item
.
label
}
<
/div
>
...
...
src/pages/bootpage/template/project/xinyuan/components/VillagePage/index.js
View file @
daf77f46
...
...
@@ -187,15 +187,13 @@ const XinyuanVillagePage = props => {
<
div
className
=
{
classNames
(
styles
.
integration_col3_list_item
,
item
.
label
!==
'报装管理'
&&
integrationData
[
'中西部乡镇业务中心'
]
item
.
label
!==
'报装管理'
&&
integrationData
.
XZYS
?
styles
.
integration_row_col_link
:
styles
.
integration_row_col_no
,
)}
key
=
{
item
.
label
}
name
=
{
item
.
label
}
onClick
=
{()
=>
item
.
label
!==
'报装管理'
&&
onLink
(
integrationData
[
'中西部乡镇业务中心'
],
loginAction
)
}
onClick
=
{()
=>
item
.
label
!==
'报装管理'
&&
onLink
(
integrationData
.
XZYS
,
loginAction
)}
>
<
img
src
=
{
imgMap
[
item
.
label
]}
alt
=
{
item
.
label
}
/
>
<
div
className
=
{
styles
.
integration_col3_list_item_label
}
>
{
item
.
label
}
<
/div
>
...
...
src/pages/integratedLogin/components/AddModal.js
View file @
daf77f46
...
...
@@ -642,6 +642,25 @@ const AddModal = props => {
>
<
Input
placeholder
=
"请输入"
/>
<
/Item
>
<
Item
label
=
"AppSecret"
name
=
"appSecret"
className
=
{
styles
.
disabledInput
}
tooltip
=
{{
title
:
'第三方平台对接使用,先输入AppKey(需为全英文字符),再点击按钮生成AppSecret'
,
icon
:
<
InfoCircleOutlined
/>
,
}}
>
<
Input
disabled
placeholder
=
"请点击按钮生成AppSecret"
suffix
=
{
<
Tooltip
title
=
"点击按钮重新生成AppSecret"
>
<
RedoOutlined
style
=
{{
fontSize
:
'bold'
,
color
:
'rgba(25,128,255,0.74)'
}}
onClick
=
{
refreshAppSecret
}
/
>
<
/Tooltip
>
}
/
>
<
/Item
>
<
/Form
>
<
PreviewModal
visible
=
{
previewModal
}
...
...
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