diff --git a/src/layout/navbar/index.vue b/src/layout/navbar/index.vue
index 0a5618e..f02e84a 100644
--- a/src/layout/navbar/index.vue
+++ b/src/layout/navbar/index.vue
@@ -17,7 +17,7 @@
- 主次账号切换
-
-
+
{{ item.nickName }}
{{ item.nickName }}
@@ -107,6 +107,10 @@ const handleVisitedP = () => {
})
}
+const taskClick = () => {
+ router.push('/')
+}
+
const accountChange = (userId) => {
switchAccount(userId).then(res => {
if (res.code == 1000) {
diff --git a/src/views/workflow/common/OperationRender.vue b/src/views/workflow/common/OperationRender.vue
index 7611fb9..9abbe60 100644
--- a/src/views/workflow/common/OperationRender.vue
+++ b/src/views/workflow/common/OperationRender.vue
@@ -28,7 +28,7 @@
-
+