fantasy-ngzorro 1.1.36 → 1.1.37
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/bundles/fantasy-ngzorro.umd.js +2 -0
- package/bundles/fantasy-ngzorro.umd.js.map +1 -1
- package/bundles/fantasy-ngzorro.umd.min.js +1 -1
- package/bundles/fantasy-ngzorro.umd.min.js.map +1 -1
- package/esm2015/hd-table/hd-table.component.js +3 -1
- package/esm5/hd-table/hd-table.component.js +3 -1
- package/fesm2015/fantasy-ngzorro.js +2 -0
- package/fesm2015/fantasy-ngzorro.js.map +1 -1
- package/fesm5/fantasy-ngzorro.js +2 -0
- package/fesm5/fantasy-ngzorro.js.map +1 -1
- package/package.json +1 -1
|
@@ -3571,6 +3571,8 @@
|
|
|
3571
3571
|
*/
|
|
3572
3572
|
function () {
|
|
3573
3573
|
var _this = this;
|
|
3574
|
+
console.log('local', location);
|
|
3575
|
+
console.log('window', window);
|
|
3574
3576
|
this.userSession = this.commonSessionService.getSession('__jy_authorization_session__');
|
|
3575
3577
|
// 用于开发环境调试
|
|
3576
3578
|
if (!this.userSession) {
|