This commit is contained in:
lcw
2025-09-11 11:26:15 +08:00
parent da85ae74d7
commit bf71d65885
6 changed files with 107 additions and 20993 deletions

View File

@ -130,7 +130,6 @@ export default {
unifiedLogin({ token, systemId }).then((data) => {
if (data.deptList.length === 1) {
this.commit("user/setToken", data.jwtToken);
this.commit("user/setDeptId", data.deptList);
this.commit("user/setUserName", data.userName);
setItem("USERNAME", data.userName);