提交 66b61861 authored 作者: 钟是志's avatar 钟是志

3356 迎新里面那3个新加的菜单要放到宿管里面

上级 a3ec4691
......@@ -47,7 +47,11 @@ export default class Detail extends Component {
render() {
const path = window.location.href.split('/').pop();
let iframeUrl = window.location.origin + `/yxAdmin/#/` + path;
let prefix = window.location.origin + `/yxAdmin/#/`;
if(process.env.NODE_ENV === 'development'){
prefix = 'https://yx.bpi.edu.cn/yxAdmin/#/';
}
let iframeUrl = prefix + path + '?token=' + getToken();
return (
<PageHeaderWrapper title="">
<Shell styleShell={{ marginTop: '0px' }}>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论