Commit 1c655002 authored by 涂伟's avatar 涂伟

fix: 'mobile搭建配置优化'

parent 1b61b19b
...@@ -11,11 +11,11 @@ const EditForm = props => { ...@@ -11,11 +11,11 @@ const EditForm = props => {
const { submitCallback, nodeType, info, inf, checkList, valueCallback = () => {} } = props; const { submitCallback, nodeType, info, inf, checkList, valueCallback = () => {} } = props;
// 处理pageUrl回显 // 处理pageUrl回显
if (info.product) { if (info.product) {
if(info.product === 'flutter') { // if(info.product === 'flutter') {
info.pageUrl = info.product + '/' + info.pageUrl; // info.pageUrl = info.product + '/' + info.pageUrl;
} else { // } else {
info.pageUrl = info.product + info.pageUrl; // info.pageUrl = info.product + info.pageUrl;
} // }
} else { } else {
if (!info.pageUrl?.includes('/')) { if (!info.pageUrl?.includes('/')) {
info.pageUrl = 'flutter/' + info.pageUrl; info.pageUrl = 'flutter/' + info.pageUrl;
......
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