소스 검색

驾驶舱代码

jiawuxian 1 년 전
부모
커밋
9fa00e7848
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/store/getters.js

+ 1 - 0
src/store/getters.js

@@ -13,6 +13,7 @@ const getters = {
   orgId: state => state.user.orgId,
   orgType: state => state.user.orgType,
   orgName: state => state.user.orgName,
+  orgPath: state => state.user.orgPath,
   orgShortName: state => state.user.orgShortName,
   introduction: state => state.user.introduction,
   roles: state => state.user.roles,