{
console.log('ressssssss', res)
if (res.data.data.length > 0) {
- // 存在关联应用时在导航栏加入关联应用
+ // 存在来源应用时在导航栏加入来源应用
navList.value.unshift({
- name: '关联应用',
+ name: '来源应用',
key: 'business-associated-ability',
show: true,
})
- // list.value.push('关联应用')
+ // list.value.push('来源应用')
console.log('navList', navList)
}
})
@@ -85,7 +85,7 @@
if (props.dataList.infoList) {
list.value = []
let arr = [
- '关联应用',
+ '来源应用',
'组件视频介绍',
'功能介绍',
'应用场景',
@@ -110,12 +110,12 @@
list.value.push('组件展示')
}
})
- list.value.unshift('关联应用')
+ list.value.unshift('来源应用')
list.value.push('使用方式')
navList.value.forEach((item) => {
console.log(item)
if (list.value.indexOf(item.name) > -1) {
- if (item.name == '关联应用') {
+ if (item.name == '来源应用') {
if (props.associatedComponents[0].dataList.length != 0) {
item.show = true
}
@@ -127,7 +127,7 @@
if (list.value.length > 0) {
if (navList.value.filter((item) => item.name === list.value[0])[0]) {
select.value = navList.value.filter(
- (item) => (item.name === '关联应用') | (item.name === list.value[0])
+ (item) => (item.name === '来源应用') | (item.name === list.value[0])
)[0].key
}
}
@@ -145,7 +145,7 @@
if (val) {
list.value = []
let arr = [
- '关联应用',
+ '来源应用',
'组件视频介绍',
'功能介绍',
'应用场景',
@@ -171,12 +171,12 @@
list.value.push('组件展示')
}
})
- list.value.unshift('关联应用')
+ list.value.unshift('来源应用')
list.value.push('使用方式')
navList.value.forEach((item) => {
console.log(item)
if (list.value.indexOf(item.name) > -1) {
- if (item.name == '关联应用') {
+ if (item.name == '来源应用') {
if (props.associatedComponents[0].dataList.length != 0) {
item.show = true
}
@@ -189,7 +189,7 @@
if (navList.value.filter((item) => item.name === list.value[0])[0]) {
select.value = navList.value.filter(
(item) =>
- (item.name === '关联应用') | (item.name === list.value[0])
+ (item.name === '来源应用') | (item.name === list.value[0])
)[0].key
}
}
diff --git a/front/src/views/detailsAll/components/Developer/DeveloperAssociatedAbility.vue b/front/src/views/detailsAll/components/Developer/DeveloperAssociatedAbility.vue
index 7484988e..d9dfc866 100644
--- a/front/src/views/detailsAll/components/Developer/DeveloperAssociatedAbility.vue
+++ b/front/src/views/detailsAll/components/Developer/DeveloperAssociatedAbility.vue
@@ -1,6 +1,6 @@
-
+
{
console.log('ressssssss', res)
if (res.data.data.length > 0) {
- // 存在关联应用时在导航栏加入关联应用
+ // 存在来源应用时在导航栏加入来源应用
navList.value.unshift({
- name: '关联应用',
+ name: '来源应用',
key: 'developer-associated-ability',
show: true,
})
- // list.value.push('关联应用')
+ // list.value.push('来源应用')
console.log('navList', navList)
}
})
@@ -101,12 +101,12 @@
list.value.push('组件试用')
}
})
- list.value.unshift('关联应用')
+ list.value.unshift('来源应用')
list.value.push('使用方式')
navList.value.forEach((item) => {
console.log(item)
if (list.value.indexOf(item.name) > -1) {
- // if (item.name == '关联应用') {
+ // if (item.name == '来源应用') {
// if (props.associatedComponents[0].dataList.length != 0) {
// item.show = true
// }
@@ -117,7 +117,7 @@
})
if (navList.value.filter((item) => item.name === list.value[0])[0]) {
select.value = navList.value.filter(
- (item) => (item.name === '关联应用') | (item.name === list.value[0])
+ (item) => (item.name === '来源应用') | (item.name === list.value[0])
// (item) => item.name === list.value[0]
)[0].key
}
@@ -151,13 +151,13 @@
list.value.push('组件试用')
}
})
- list.value.unshift('关联应用')
+ list.value.unshift('来源应用')
// list.value.push('组件试用')
list.value.push('使用方式')
navList.value.forEach((item) => {
console.log(item)
if (list.value.indexOf(item.name) > -1) {
- // if (item.name == '关联应用') {
+ // if (item.name == '来源应用') {
// if (props.associatedComponents[0].dataList.length != 0) {
// item.show = true
// }
@@ -170,7 +170,7 @@
if (navList.value.filter((item) => item.name === list.value[0])[0]) {
select.value = navList.value.filter(
(item) =>
- (item.name === '关联应用') | (item.name === list.value[0])
+ (item.name === '来源应用') | (item.name === list.value[0])
)[0].key
}
}
diff --git a/front/src/views/detailsAll/components/LayerService/LayerServiceAssociatedAbility.vue b/front/src/views/detailsAll/components/LayerService/LayerServiceAssociatedAbility.vue
index 7484988e..d9dfc866 100644
--- a/front/src/views/detailsAll/components/LayerService/LayerServiceAssociatedAbility.vue
+++ b/front/src/views/detailsAll/components/LayerService/LayerServiceAssociatedAbility.vue
@@ -1,6 +1,6 @@
-
+
{
console.log('ressssssss', res)
if (res.data.data.length > 0) {
- // 存在关联应用时在导航栏加入关联应用
+ // 存在来源应用时在导航栏加入来源应用
navList.value.unshift({
- name: '关联应用',
+ name: '来源应用',
key: 'layer-service-associated-ability',
show: true,
})
- list.value.unshift('关联应用')
+ list.value.unshift('来源应用')
}
})
}
@@ -137,7 +137,7 @@
list.value.push('使用方式')
}
})
- list.value.unshift('关联应用')
+ list.value.unshift('来源应用')
navList.value.forEach((item) => {
console.log(item)
if (list.value.indexOf(item.name) > -1) {
@@ -146,7 +146,7 @@
})
if (navList.value.filter((item) => item.name === list.value[0])[0]) {
select.value = navList.value.filter(
- (item) => (item.name === '关联应用') | (item.name === list.value[0])
+ (item) => (item.name === '来源应用') | (item.name === list.value[0])
// (item) => item.name === list.value[0]
)[0].key
}
@@ -215,7 +215,7 @@
list.value.push('使用方式')
}
})
- list.value.unshift('关联应用')
+ list.value.unshift('来源应用')
navList.value.forEach((item) => {
console.log(item)
if (list.value.indexOf(item.name) > -1) {