Commit 1f0ebe72 authored by 邓晓峰's avatar 邓晓峰

feat: 集成三维GIS

parent 3585ce0c
Pipeline #44682 passed with stages
in 5 minutes 34 seconds
This diff was suppressed by a .gitattributes entry.
......@@ -3,7 +3,7 @@ import Iframe from 'react-iframe';
import { connect } from 'react-redux';
const ShareFrame = props => {
const state = props.location.state || {};
debugger
if (!state.linkUrl) {
return null;
}
......@@ -11,7 +11,7 @@ const ShareFrame = props => {
return (
<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%"
height="100%"
id="myId"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment