diff --git a/src/router/routes/modules/propertyMarketing.ts b/src/router/routes/modules/propertyMarketing.ts
index 8a9035d..f85feac 100644
--- a/src/router/routes/modules/propertyMarketing.ts
+++ b/src/router/routes/modules/propertyMarketing.ts
@@ -151,7 +151,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
path: 'businessAnalysisReport',
name: 'IntelligentSolutionBusinessAnalysisReport',
meta: {
- locale: '业务分析报告',
+ locale: '业务洞察报告',
requiresAuth: true,
roles: ['*'],
},
@@ -161,7 +161,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
path: 'competitiveProductAnalysisReport',
name: 'IntelligentSolutionCompetitiveProductAnalysisReport',
meta: {
- locale: '竟品分析报告',
+ locale: '竟品对比报告',
requiresAuth: true,
roles: ['*'],
},
diff --git a/src/views/property-marketing/intelligent-solution/businessAnalysisReport.vue b/src/views/property-marketing/intelligent-solution/businessAnalysisReport.vue
index 56011c2..5b4101c 100644
--- a/src/views/property-marketing/intelligent-solution/businessAnalysisReport.vue
+++ b/src/views/property-marketing/intelligent-solution/businessAnalysisReport.vue
@@ -2,19 +2,17 @@