From 1d552a3bad95caae4af15322df28e6240b797693 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 13 Aug 2026 15:32:06 +0800
Subject: [PATCH] feat: app视频封面图

---
 applications/task-work-order/src/page/lock/index.vue |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/applications/task-work-order/src/page/lock/index.vue b/applications/task-work-order/src/page/lock/index.vue
index 1bb977e..6ca67a0 100644
--- a/applications/task-work-order/src/page/lock/index.vue
+++ b/applications/task-work-order/src/page/lock/index.vue
@@ -39,6 +39,7 @@
 <script>
 import { mapGetters } from 'vuex';
 import { removeRefreshToken, removeToken } from '@/utils/auth';
+import { logOutFun } from '@/utils/util'
 
 export default {
   name: 'lock',
@@ -72,12 +73,7 @@
         cancelButtonText: '取消',
         type: 'warning',
       }).then(() => {
-        this.$store.dispatch('LogOut').then(() => {
-          // 清除token信息
-          removeToken();
-          removeRefreshToken();
-          this.$router.push({ path: '/login' });
-        });
+				logOutFun()
       });
     },
     handleLogin() {

--
Gitblit v1.9.3