ecinc-cloud-mappaio 9.0.69 → 9.0.70

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.
@@ -30835,6 +30835,7 @@ var actions = {
30835
30835
  if (!window.$auth.getProductCode()) {
30836
30836
  //app进入h5,不调用login
30837
30837
  window.$auth.setProductCode(data['PRODUCT_CODE_LIST'], loginUser.sysCode);
30838
+ sessionStorage.setItem('updateStore-token', token);
30838
30839
  window.$auth.setToken(jwtToken);
30839
30840
  }
30840
30841
  window.$auth.setTicket(data[window.ecwebTicket || 'ecweb-ticket']);
@@ -30844,6 +30844,7 @@ var actions = {
30844
30844
  if (!window.$auth.getProductCode()) {
30845
30845
  //app进入h5,不调用login
30846
30846
  window.$auth.setProductCode(data['PRODUCT_CODE_LIST'], loginUser.sysCode);
30847
+ sessionStorage.setItem('updateStore-token', token);
30847
30848
  window.$auth.setToken(jwtToken);
30848
30849
  }
30849
30850
  window.$auth.setTicket(data[window.ecwebTicket || 'ecweb-ticket']);