5.21 寻找商机中转页参数修改

This commit is contained in:
jl-zhoujl2
2022-05-21 12:43:33 +08:00
parent 5f79636b27
commit a59f168ba2

View File

@ -10,7 +10,7 @@ const Loading: React.FC<{}> = () => {
useEffect(() => {
//获取必要参数
//项目编号
const number = getURLInformation('ebpProjectNumber') === null ? '' : getURLInformation('ebpProjectNumber');
const number = getURLInformation('number') === null ? '' : getURLInformation('number');
//菜单类型
const type = getURLInformation('type') === null ? '' : getURLInformation('type');
if (isEmpty(type)) {