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
1f0ebe72
Commit
1f0ebe72
authored
Feb 28, 2022
by
邓晓峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 集成三维GIS
parent
3585ce0c
Pipeline
#44682
passed with stages
in 5 minutes 34 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
civbase.zip
civbase.zip
+0
-0
index.js
src/pages/iframe/index.js
+2
-2
No files found.
civbase.zip
deleted
100644 → 0
View file @
3585ce0c
This diff was suppressed by a .gitattributes entry.
src/pages/iframe/index.js
View file @
1f0ebe72
...
@@ -3,7 +3,7 @@ import Iframe from 'react-iframe';
...
@@ -3,7 +3,7 @@ import Iframe from 'react-iframe';
import
{
connect
}
from
'react-redux'
;
import
{
connect
}
from
'react-redux'
;
const
ShareFrame
=
props
=>
{
const
ShareFrame
=
props
=>
{
const
state
=
props
.
location
.
state
||
{};
const
state
=
props
.
location
.
state
||
{};
debugger
if
(
!
state
.
linkUrl
)
{
if
(
!
state
.
linkUrl
)
{
return
null
;
return
null
;
}
}
...
@@ -11,7 +11,7 @@ const ShareFrame = props => {
...
@@ -11,7 +11,7 @@ const ShareFrame = props => {
return
(
return
(
<
Iframe
<
Iframe
url
=
{
`
http://127.0.0.1:8345
/report/manageView/638220756398120960?token=
${
token
}
&loginName=
${
userInfo
.
loginName
}
`
}
url
=
{
`
${
state
.
linkUrl
}
/report/manageView/638220756398120960?token=
${
token
}
&loginName=
${
userInfo
.
loginName
}
`
}
width
=
"100%"
width
=
"100%"
height
=
"100%"
height
=
"100%"
id
=
"myId"
id
=
"myId"
...
...
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