liuzhihui 3 years ago
parent
commit
3bc5e197b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CallCenterWeb.UI/RMYY/src/store/modules/user.js

+ 1 - 1
CallCenterWeb.UI/RMYY/src/store/modules/user.js

@@ -101,7 +101,7 @@ const user = {
101 101
     },
102 102
     OAlogin({ commit }, userInfo) {
103 103
       const loginid = userInfo.loginid.trim()
104
-      window.localStorage.setItem('ext', userInfo.extension)
104
+      // window.localStorage.setItem('ext', userInfo.extension)
105 105
       return new Promise((resolve, reject) => {
106 106
         OAlogin(loginid)
107 107
           .then(response => {