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