瀏覽代碼

登出 调整

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')