From 58803811fbae8a8cab89fd43fdd1a95ac155660b Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Thu, 13 Nov 2025 14:17:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=AE=A1=E7=90=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=BB=85=E5=9C=A8=E7=AE=A1=E7=90=86=E5=91=98=E5=92=8C?= =?UTF-8?q?bst=E7=94=A8=E6=88=B7=E4=B8=8B=E5=AD=98=E5=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 2c618c6..83437c1 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -47,8 +47,9 @@ + + @@ -146,9 +147,9 @@ const value=ref(0); const admin_bst=ref(false); // 动态计算各个页面的索引 -const rankingIndex = computed(() => 4); // 月度考核固定为索引2(如果有权限) -const customerManagementIndex = computed(() => 2); // 客户管理:有权限时为3,无权限时为2 -const myIndex = computed(() => 3); // 我的:有权限时为4,无权限时为3 +const rankingIndex = computed(() => 3); +const customerManagementIndex = computed(() => 4); +const myIndex = computed(() => 2); // 判断是否显示顶部Tabs栏 const shouldShowTopTabs = computed(() => {