fmui-base 2.2.21 → 2.2.22
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/README.md +1 -0
- package/lib/process_info/processInfo.js +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7416,8 +7416,9 @@ var PageHome = function (_React$Component) {
|
|
|
7416
7416
|
console.log('oauthWindowURL', oauthWindowURL);
|
|
7417
7417
|
if (oauthWindowURL && oauthWindowURL != null && oauthWindowURL != 'null' && typeof oauthWindowURL != 'undefined' && oauthWindowURL != '') {
|
|
7418
7418
|
localStorage.setItem('oauthWindowURL', oauthWindowURL);
|
|
7419
|
-
console.log(getLoginUserInfo().contextPageUrl
|
|
7420
|
-
window.open(getLoginUserInfo().contextPageUrl
|
|
7419
|
+
// console.log(getLoginUserInfo().contextPageUrl+'/mobile/shenzhengCA.html');
|
|
7420
|
+
// window.open(getLoginUserInfo().contextPageUrl+'/mobile/shenzhengCA.html');
|
|
7421
|
+
location.href = getLoginUserInfo().contextPageUrl + '/mobile/shenzhengCA.html';
|
|
7421
7422
|
}
|
|
7422
7423
|
}, 100);
|
|
7423
7424
|
}
|