소스 검색

登出 调整

LAPTOP-FO2T5SIU\35838 5 달 전
부모
커밋
18de295fac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/static/utils/common.js

+ 1 - 1
src/static/utils/common.js

@@ -73,7 +73,7 @@ export default {
     },
 
     logout: async function() {
-        await store.dispatch('user/logout')
+        // await store.dispatch('user/logout')
         const userType = this.currUserType()
         if (userType === '2') {
             router.push('/bizLogin')