diff --git a/src/api/all/index.ts b/src/api/all/index.ts index b2f861e..7ef7aac 100644 --- a/src/api/all/index.ts +++ b/src/api/all/index.ts @@ -1,5 +1,4 @@ import Http from '@/api'; - // 导出一个函数,用于获取行业树 export const fetchIndustriesTree = (params = {}) => { // 发送GET请求,获取行业树 diff --git a/src/views/components/dataEngine/hotCloud.vue b/src/views/components/dataEngine/hotCloud.vue index 632dc05..39c4446 100644 --- a/src/views/components/dataEngine/hotCloud.vue +++ b/src/views/components/dataEngine/hotCloud.vue @@ -11,7 +11,7 @@ diff --git a/src/views/components/dataEngine/hotTranslation.vue b/src/views/components/dataEngine/hotTranslation.vue index 8b0e0ad..6c4485f 100644 --- a/src/views/components/dataEngine/hotTranslation.vue +++ b/src/views/components/dataEngine/hotTranslation.vue @@ -12,11 +12,12 @@ - + + - + @@ -70,7 +70,9 @@ diff --git a/src/views/components/dataEngine/keyWord.vue b/src/views/components/dataEngine/keyWord.vue index 6158445..4416bff 100644 --- a/src/views/components/dataEngine/keyWord.vue +++ b/src/views/components/dataEngine/keyWord.vue @@ -12,7 +12,7 @@ @@ -92,7 +92,9 @@ @@ -153,7 +155,7 @@ diff --git a/src/views/components/dataEngine/topHeader.vue b/src/views/components/dataEngine/topHeader.vue index 4f6eaee..3f1c380 100644 --- a/src/views/components/dataEngine/topHeader.vue +++ b/src/views/components/dataEngine/topHeader.vue @@ -5,10 +5,9 @@ direction="vertical" style="background-color: #fff; width: 100%; padding: 24px; margin: 24px 0; color: #737478; font-size: 14px" > - - - - 行业大类 + + 行业大类 +
{{ item.name }} - +
- - - - 二级类目 + + + 二级类目 +
{{ item.name }} - +
- - - - 时间筛选 + + + 时间筛选 +
{{ item.label }} - +
diff --git a/src/views/components/dataEngine/userPainPoints.vue b/src/views/components/dataEngine/userPainPoints.vue index 805f499..e22befe 100644 --- a/src/views/components/dataEngine/userPainPoints.vue +++ b/src/views/components/dataEngine/userPainPoints.vue @@ -13,7 +13,7 @@ diff --git a/yarn.lock b/yarn.lock index 7033a55..a549868 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4911,6 +4911,11 @@ vm2@^3.9.8: acorn "^8.7.0" acorn-walk "^8.2.0" +vue-cropper@^1.1.4: + version "1.1.4" + resolved "https://registry.npmjs.org/vue-cropper/-/vue-cropper-1.1.4.tgz" + integrity sha512-5m98vBsCEI9rbS4JxELxXidtAui3qNyTHLHg67Qbn7g8cg+E6LcnC+hh3SM/p94x6mFh6KRxT1ttnta+wCYqWA== + vue-demi@*, vue-demi@^0.13.11: version "0.13.11" resolved "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.13.11.tgz"