!2669 修复跳转路由参数可为空

pull/2670/head
cf-erp 6 months ago committed by ChenX
parent e19a7f2ec3
commit 630403087f

@ -6,7 +6,7 @@ import { ErpURL } from "./HostURL";
interface JumpProp
{
routeName: string;
routeParams: object;
routeParams?: object;
}
const JumpView: React.FC<JumpProp> = forwardRef((props) =>
{

Loading…
Cancel
Save