Explorar el Código

驾驶舱代码

jiawuxian hace 1 año
padre
commit
9fa00e7848
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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,