From 8351265ab32471c2ed3db254c88edd7158362e3e Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Fri, 09 May 2025 19:09:51 +0800
Subject: [PATCH] 个人工作台跳转
---
src/views/wel/components/statistics.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/wel/components/statistics.vue b/src/views/wel/components/statistics.vue
index d5ba287..28408ff 100644
--- a/src/views/wel/components/statistics.vue
+++ b/src/views/wel/components/statistics.vue
@@ -64,7 +64,7 @@
const userInfo = computed(() => store.getters.userInfo)
const permission = computed(() => store.getters.permission)
-console.log(permission, 'permission')
+
const newtitleData = ref({})
const titleData = ref([
{
--
Gitblit v1.9.3