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

[宝鸡 中医大] 增加一站式配置页面

上级 aeb31ce7
import React from 'react';
import { getOneStopConfig } from '@/webPublic/zyd_public/utils/utils';
import List from './index';
export default class GetIdByPath extends React.Component{
constructor(props) {
super(props);
}
render() {
const { location } = this.props;
const { pathname } = location;
return (
<List objId={getOneStopConfig(pathname)}
/>
);
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论