From b80ee8c883f279e843071e6b53ab9cddec3f88a0 Mon Sep 17 00:00:00 2001
From: 胡思旗 <931347610@qq.com>
Date: Tue, 29 Aug 2023 15:07:13 +0800
Subject: [PATCH] 登录流程对接、项目列表组件封装
---
src/store/index.ts | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/store/index.ts b/src/store/index.ts
index 6dbf7ba..d3964db 100644
--- a/src/store/index.ts
+++ b/src/store/index.ts
@@ -130,7 +130,6 @@
}
if (info.host.job_number !== undefined) {
dock.work_osd = info.host
- return
}
},
SET_DRAW_VISIBLE_INFO (state, bool) {
--
Gitblit v1.9.3