ecinc-cloud-mappaio 9.0.68 → 9.0.69
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.
package/lib/ecmappaio.common.js
CHANGED
|
@@ -30835,7 +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
|
-
window.$auth.setToken(
|
|
30838
|
+
window.$auth.setToken(jwtToken);
|
|
30839
30839
|
}
|
|
30840
30840
|
window.$auth.setTicket(data[window.ecwebTicket || 'ecweb-ticket']);
|
|
30841
30841
|
commit('SET_ROLES', data['ROLE_CODE_LIST']);
|
|
@@ -30950,7 +30950,7 @@ var actions = {
|
|
|
30950
30950
|
if (!window.$auth.getProductCode()) {
|
|
30951
30951
|
//app进入h5,不调用login
|
|
30952
30952
|
window.$auth.setProductCode(data['PRODUCT_CODE_LIST'], loginUser.sysCode);
|
|
30953
|
-
window.$auth.setToken(
|
|
30953
|
+
window.$auth.setToken(jwtToken);
|
|
30954
30954
|
}
|
|
30955
30955
|
window.$auth.setTicket(data[window.ecwebTicket || 'ecweb-ticket']);
|
|
30956
30956
|
commit('SET_ROLES', data['ROLE_CODE_LIST']);
|
package/lib/ecmappaio.umd.js
CHANGED
|
@@ -30844,7 +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
|
-
window.$auth.setToken(
|
|
30847
|
+
window.$auth.setToken(jwtToken);
|
|
30848
30848
|
}
|
|
30849
30849
|
window.$auth.setTicket(data[window.ecwebTicket || 'ecweb-ticket']);
|
|
30850
30850
|
commit('SET_ROLES', data['ROLE_CODE_LIST']);
|
|
@@ -30959,7 +30959,7 @@ var actions = {
|
|
|
30959
30959
|
if (!window.$auth.getProductCode()) {
|
|
30960
30960
|
//app进入h5,不调用login
|
|
30961
30961
|
window.$auth.setProductCode(data['PRODUCT_CODE_LIST'], loginUser.sysCode);
|
|
30962
|
-
window.$auth.setToken(
|
|
30962
|
+
window.$auth.setToken(jwtToken);
|
|
30963
30963
|
}
|
|
30964
30964
|
window.$auth.setTicket(data[window.ecwebTicket || 'ecweb-ticket']);
|
|
30965
30965
|
commit('SET_ROLES', data['ROLE_CODE_LIST']);
|