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
ec4ad640
Commit
ec4ad640
authored
Apr 03, 2025
by
周宏民
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref: 榆林市水利局 添加跳转
parent
d18cba84
Pipeline
#96709
passed with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
index.js
src/pages/bootpage/template/project/yulin/index.js
+7
-2
No files found.
src/pages/bootpage/template/project/yulin/index.js
View file @
ec4ad640
...
...
@@ -180,7 +180,6 @@ const IntegrationYulin = props => {
const
onLink
=
(
item
,
loginA
)
=>
{
const
url
=
infoData
[
item
.
key
]?.
url
||
''
;
if
(
!
url
)
return
;
const
token
=
props
.
global
?.
token
||
Cookies
.
get
(
'token'
);
...
...
@@ -311,7 +310,13 @@ const IntegrationYulin = props => {
<
/div
>
{
infoData
[
'榆阳区'
]
?
(
<
div
className
=
{
classNames
(
styles
.
tip1
)}
>
<
div
className
=
{
classNames
(
styles
.
tip_title
)}
>
{
infoData
[
'榆阳区'
].
title
}
<
/div
>
<
div
onClick
=
{()
=>
onLink
({
key
:
'榆林市水利局'
},
loginAction
)}
style
=
{{
cursor
:
'pointer'
}}
className
=
{
classNames
(
styles
.
tip_title
)}
>
{
infoData
[
'榆阳区'
].
title
}
<
/div
>
<
div
className
=
{
classNames
(
styles
.
tip_box
)}
>
<
img
src
=
{
infoData
[
'榆阳区'
].
img
}
alt
=
""
/>
<
div
className
=
{
classNames
(
styles
.
tip_content
)}
>
{
infoData
[
'榆阳区'
].
content
}
<
/div
>
...
...
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