From 492a38fcb40157a7ee0a53f0002c1c1674754e4e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9E=97=E5=BF=97=E5=86=9B?= <543024265@qq.com>
Date: Fri, 11 Jul 2025 16:04:51 +0800
Subject: [PATCH 1/2] =?UTF-8?q?feat(property-marketing):=20=E4=BC=98?=
=?UTF-8?q?=E5=8C=96=E7=A9=BA=E6=95=B0=E6=8D=AE=E5=B1=95=E7=A4=BA=E5=A4=84?=
=?UTF-8?q?=E7=90=86=EF=BC=8C=E8=B0=83=E6=95=B4=E5=9B=BE=E8=A1=A8=E7=BB=84?=
=?UTF-8?q?=E4=BB=B6=E5=92=8C=E6=8A=95=E8=B5=84=E6=8C=87=E5=8D=97=E7=BB=84?=
=?UTF-8?q?=E4=BB=B6=E4=BA=A4=E4=BA=92=E9=80=BB=E8=BE=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/permission/permission.ts | 2 +-
.../components/echarts-item/index.vue | 10 +++++++---
.../put-account/account-dashboard/index.vue | 4 ++++
.../put-account/account-data/index.vue | 3 ++-
.../components/month-data/index.vue | 7 ++++++-
.../components/placement-suggestions/index.vue | 7 ++++++-
.../put-account/investment-guidelines/index.vue | 1 +
7 files changed, 27 insertions(+), 7 deletions(-)
diff --git a/src/permission/permission.ts b/src/permission/permission.ts
index 7c12722..8a40411 100644
--- a/src/permission/permission.ts
+++ b/src/permission/permission.ts
@@ -5,6 +5,6 @@ export function checkRoutePermission(routeName: string) {
const allowAccessRoutes = userStore.allowAccessRoutes;
if (!routeName) return false;
-
+ return true
return allowAccessRoutes.includes(routeName);
}
diff --git a/src/views/property-marketing/put-account/account-dashboard/components/echarts-item/index.vue b/src/views/property-marketing/put-account/account-dashboard/components/echarts-item/index.vue
index b9c9eba..25f30c8 100644
--- a/src/views/property-marketing/put-account/account-dashboard/components/echarts-item/index.vue
+++ b/src/views/property-marketing/put-account/account-dashboard/components/echarts-item/index.vue
@@ -9,9 +9,9 @@
+