raise-common-lib 0.0.173 → 0.0.175
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/raise-common-lib.umd.js +10 -2
- package/bundles/raise-common-lib.umd.js.map +1 -1
- package/bundles/raise-common-lib.umd.min.js +1 -1
- package/bundles/raise-common-lib.umd.min.js.map +1 -1
- package/esm2015/lib/layout/multi-tab/index.component.js +11 -3
- package/esm5/lib/layout/multi-tab/index.component.js +11 -3
- package/fesm2015/raise-common-lib.js +10 -2
- package/fesm2015/raise-common-lib.js.map +1 -1
- package/fesm5/raise-common-lib.js +10 -2
- package/fesm5/raise-common-lib.js.map +1 -1
- package/package.json +1 -1
|
@@ -3524,8 +3524,16 @@ var MultiTabComponent = /** @class */ (function () {
|
|
|
3524
3524
|
* @return {?}
|
|
3525
3525
|
*/
|
|
3526
3526
|
function () {
|
|
3527
|
-
|
|
3528
|
-
_this.
|
|
3527
|
+
_this.keepAlive.clearCache(url);
|
|
3528
|
+
_this.drawer.deleteCache(url);
|
|
3529
|
+
_this.router
|
|
3530
|
+
.navigateByUrl("/", { skipLocationChange: true })
|
|
3531
|
+
.then((/**
|
|
3532
|
+
* @return {?}
|
|
3533
|
+
*/
|
|
3534
|
+
function () {
|
|
3535
|
+
_this.router.navigateByUrl(url); // 重新导航到当前 URL
|
|
3536
|
+
}));
|
|
3529
3537
|
}), 30);
|
|
3530
3538
|
}
|
|
3531
3539
|
else {
|