LAPTOP-FO2T5SIU\35838 před 6 měsíci
rodič
revize
18de295fac
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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')