Commit b97a65af authored by 周宏民's avatar 周宏民

fix: 演示功能跳转提示错误

parent 42abad8e
Pipeline #86753 waiting for manual action with stages
......@@ -212,7 +212,7 @@ const Demonstration = props => {
const handToPlatform = col => {
if (col['数值'] && col['数值'].includes('http')) {
handToPage(col['数值']);
return handToPage(col['数值']);
}
handToProduct(col);
};
......
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