提交 318c6bc9 authored 作者: 钟是志's avatar 钟是志
上级 09a6d0b3
......@@ -5,6 +5,7 @@ import { getToken, setToken } from '@/utils/authority';
import config from '@/config/config';
import { getOneStopConfig, isJSON } from '@/webPublic/zyd_public/utils/utils';
import router from 'umi/router';
import qs from 'qs';
const getUrlInfo = (param) => {
let url = window.document.location.href.toString();
......@@ -86,9 +87,13 @@ export default class Detail extends Component {
render() {
const { id } = this.state;
const { query } = this.props?.location;
const queryInfo = query && typeof query === 'object' ? qs.stringify(query) : '';
let iframeUrl = `${config.gateWayPort}/portal/#/showSmartFormOnly?id=${id}&token=${getToken()}&isShow=true`;
// iframeUrl = `https://yx.bpi.edu.cn/portal/#/showSmartFormOnly?id=${id}&token=${getToken()}&isShow=true`;
iframeUrl = `http://xg.qnzy.net:51352/portal/#/showSmartFormOnly?id=${id}&token=${getToken()}&isShow=true`;
// iframeUrl = `http://localhost:8022/portal/#/showSmartFormOnly?id=${id}&token=${getToken()}&isShow=true`;
iframeUrl = iframeUrl + '&' + queryInfo;
return (
<PageHeaderWrapper title="">
<Shell styleShell={{ marginTop: '0px' }}>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论