LAPTOP-FO2T5SIU\35838 месяцев назад: 5
Родитель
Сommit
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')