ecinc-cloud-mappaio 9.0.68 → 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,7 +30835,8 @@ 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
- window.$auth.setToken(data[window.jwtTokenKey || 'ECWEB-JWTSSO-TOKEN']);
30838
+ sessionStorage.setItem('updateStore-token', token);
30839
+ window.$auth.setToken(jwtToken);
30839
30840
  }
30840
30841
  window.$auth.setTicket(data[window.ecwebTicket || 'ecweb-ticket']);
30841
30842
  commit('SET_ROLES', data['ROLE_CODE_LIST']);
@@ -30950,7 +30951,7 @@ var actions = {
30950
30951
  if (!window.$auth.getProductCode()) {
30951
30952
  //app进入h5,不调用login
30952
30953
  window.$auth.setProductCode(data['PRODUCT_CODE_LIST'], loginUser.sysCode);
30953
- window.$auth.setToken(data[window.jwtTokenKey || 'ECWEB-JWTSSO-TOKEN']);
30954
+ window.$auth.setToken(jwtToken);
30954
30955
  }
30955
30956
  window.$auth.setTicket(data[window.ecwebTicket || 'ecweb-ticket']);
30956
30957
  commit('SET_ROLES', data['ROLE_CODE_LIST']);
@@ -30844,7 +30844,8 @@ 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
- window.$auth.setToken(data[window.jwtTokenKey || 'ECWEB-JWTSSO-TOKEN']);
30847
+ sessionStorage.setItem('updateStore-token', token);
30848
+ window.$auth.setToken(jwtToken);
30848
30849
  }
30849
30850
  window.$auth.setTicket(data[window.ecwebTicket || 'ecweb-ticket']);
30850
30851
  commit('SET_ROLES', data['ROLE_CODE_LIST']);
@@ -30959,7 +30960,7 @@ var actions = {
30959
30960
  if (!window.$auth.getProductCode()) {
30960
30961
  //app进入h5,不调用login
30961
30962
  window.$auth.setProductCode(data['PRODUCT_CODE_LIST'], loginUser.sysCode);
30962
- window.$auth.setToken(data[window.jwtTokenKey || 'ECWEB-JWTSSO-TOKEN']);
30963
+ window.$auth.setToken(jwtToken);
30963
30964
  }
30964
30965
  window.$auth.setTicket(data[window.ecwebTicket || 'ecweb-ticket']);
30965
30966
  commit('SET_ROLES', data['ROLE_CODE_LIST']);