Browse Source

退出跳转修改

林旭祥 9 months ago
parent
commit
a038aee8c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/gesture/index.vue

+ 1 - 1
src/views/gesture/index.vue

@@ -198,7 +198,7 @@ const getLogout = () => {
           //清空缓存
           localStorage.clear();
           //跳转
-          router.push({ path: '/login' });
+          router.push({ path: '/login/qrcode' });
         } else {
           proxy?.$modal.msgError(res.message);
         }