@@ -261,7 +261,7 @@ export function buildComponent(name, column, preview, vm) {
getNavigation().then((res) => {
const { data = [] } = res || {}
data.forEach((item) => {
- if (!item.userId) {
+ if (!item.urlAddr.includes('http')) {
item.urlAddr = `${BASE_URL}#${item.urlAddr}`
}
})