Commit 4ff09954 authored by 涂伟's avatar 涂伟

feat: '网站配置主页菜单选择产品类型提交逻辑优化'

parent 7cf476bf
......@@ -168,7 +168,7 @@ const TreeSelect = (props, ref) => {
};
const onSelect = (selectedKeysValue, info) => {
onChange(info.node.pageUrl);
onChange(info.node.product + '/' + info.node.pageUrl);
setVisible(false);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment