', newVal);
- groupArray = ref([])
- newVal.map(v => {
- groupArray.value.push(v)
- })
- groupArray.value = groupArray.value.splice(0)
- nextTick(() => {
- console.log('groupArray---子组件--------->', groupArray.value);
- })
- },
- {
- deep: true,
- immediate: true
- }
- )
-
- return {
- groupArray,
+ let groupArray = ref([])
+ watch(
+ () => {
+ return props.dataList
+ },
+ (newVal) => {
+ console.log('newVal------------>', newVal)
+ groupArray = ref([])
+ newVal.map((v) => {
+ groupArray.value.push(v)
+ })
+ groupArray.value = groupArray.value.splice(0)
+ nextTick(() => {
+ console.log('groupArray---子组件--------->', groupArray.value)
+ })
+ },
+ {
+ deep: true,
+ immediate: true,
}
- }
-}
+ )
+
+ return {
+ groupArray,
+ }
+ },
+ }
\ No newline at end of file
+ }
+
diff --git a/front/src/views/home/constantData/showData.js b/front/src/views/home/constantData/showData.js
index 69218b34..4c344a63 100644
--- a/front/src/views/home/constantData/showData.js
+++ b/front/src/views/home/constantData/showData.js
@@ -1,68 +1,68 @@
export const titleNameArray = [
- {
- photo: require('@/assets/newHome/banner-zj.png'),
- name: '组件服务',
- },
- {
- photo: require('@/assets/newHome/banner-yy.png'),
- name: '应用资源',
- },
- {
- photo: require('@/assets/newHome/banner-jc.png'),
- name: '基础设施',
- },
- {
- photo: require('@/assets/newHome/banner-sj.png'),
- name: '数据资源',
- },
- {
- photo: require('@/assets/newHome/banner-zs.png'),
- name: '知识库',
- },
+ {
+ photo: require('@/assets/newHome/banner-zj.png'),
+ name: '组件服务',
+ },
+ {
+ photo: require('@/assets/newHome/banner-yy.png'),
+ name: '应用资源',
+ },
+ {
+ photo: require('@/assets/newHome/banner-jc.png'),
+ name: '基础设施',
+ },
+ {
+ photo: require('@/assets/newHome/banner-sj.png'),
+ name: '数据资源',
+ },
+ {
+ photo: require('@/assets/newHome/banner-zs.png'),
+ name: '知识库',
+ },
]
// 模糊查询
export const keyongziyuanqingkaungArray = [
- {
- name: 'CPU/核:',
- value: 2102,
- },
- {
- name: '内存/T:',
- value: 6.68,
- },
- {
- name: '存储/T:',
- value: 2102,
- },
- {
- name: 'RDS for Mysql/G:',
- value: 982.82,
- },
- {
- name: 'RDS for SqlServer/G:',
- value: 997.17,
- },
+ {
+ name: 'CPU/核:',
+ value: 2102,
+ },
+ {
+ name: '内存/T:',
+ value: 6.68,
+ },
+ {
+ name: '存储/T:',
+ value: 2102,
+ },
+ {
+ name: 'RDS for Mysql/G:',
+ value: 982.82,
+ },
+ {
+ name: 'RDS for SqlServer/G:',
+ value: 997.17,
+ },
]
export const shujuziyuanqingkuangArray = [
- {
- name: '已上线目录:',
- value: 10372,
- danwei: '条',
- },
- {
- name: '已发布服务:',
- value: 1080,
- danwei: '条',
- },
- {
- name: '已发布接口:',
- value: 976,
- danwei: '条',
- },
- {
- name: '更新时间:',
- value: '2022-05-06',
- },
-]
\ No newline at end of file
+ {
+ name: '已上线目录:',
+ value: 10372,
+ danwei: '条',
+ },
+ {
+ name: '已发布服务:',
+ value: 1080,
+ danwei: '条',
+ },
+ {
+ name: '已发布接口:',
+ value: 976,
+ danwei: '条',
+ },
+ {
+ name: '更新时间:',
+ value: '2022-05-06',
+ },
+]
diff --git a/front/src/views/home/integrationServices.vue b/front/src/views/home/integrationServices.vue
index 14b1cf29..2f8e4332 100644
--- a/front/src/views/home/integrationServices.vue
+++ b/front/src/views/home/integrationServices.vue
@@ -1,263 +1,280 @@
-
-
-
-
-
-
-
-
+
+
+
diff --git a/front/src/views/home/integrationServicesDetails.vue b/front/src/views/home/integrationServicesDetails.vue
index b42ce15f..fe18730d 100644
--- a/front/src/views/home/integrationServicesDetails.vue
+++ b/front/src/views/home/integrationServicesDetails.vue
@@ -2,13 +2,20 @@
-
+
-
+
{{ nav.name }}
@@ -17,7 +24,10 @@
-
-
+
{{ use.title }}
-
+
{{ use.info[d] }}:{{ detailInfoObj[d] || '--' }}
@@ -61,390 +79,403 @@
-
-
+
diff --git a/front/src/views/instructionManual/components/abilityDocTree.vue b/front/src/views/instructionManual/components/abilityDocTree.vue
index b1874596..a88e101a 100644
--- a/front/src/views/instructionManual/components/abilityDocTree.vue
+++ b/front/src/views/instructionManual/components/abilityDocTree.vue
@@ -56,7 +56,7 @@
clickData: {
type: Object,
default: () => {
- title: ''
+ ''
},
},
})
diff --git a/front/src/views/instructionManual/index.vue b/front/src/views/instructionManual/index.vue
index 10350124..b21d0231 100644
--- a/front/src/views/instructionManual/index.vue
+++ b/front/src/views/instructionManual/index.vue
@@ -4,21 +4,40 @@