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(() => {