tplus-components-touch 3.25.2 → 3.25.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3124,12 +3124,9 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
3124
3124
 
3125
3125
  _this2.hasElectron = hasElectron;
3126
3126
 
3127
- var _ref25 = _mutantsMicrofx.stores.user || {},
3128
- _ref25$loginInfo = _ref25.loginInfo;
3129
-
3130
- _ref25$loginInfo = _ref25$loginInfo === undefined ? {} : _ref25$loginInfo;
3131
- var ICCardServer = _ref25$loginInfo.ICCardServer,
3132
- ICCardPassword = _ref25$loginInfo.ICCardPassword;
3127
+ var _ref25 = _mutantsMicrofx.stores.user.options.get('loginInfo') || {},
3128
+ ICCardServer = _ref25.ICCardServer,
3129
+ ICCardPassword = _ref25.ICCardPassword;
3133
3130
 
3134
3131
  _this2.iCCardServer = parseInt(ICCardServer); // 启用IC卡:0为禁用 1为启用
3135
3132
  _this2.iCCardPassword = ICCardPassword; //IC卡密码