ソースを参照

登出 调整

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