bt-core-app 2.0.58 → 2.0.59
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/dist/bt-core-app.js +1 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -13563,7 +13563,7 @@ function yc(e, t, a) {
|
|
|
13563
13563
|
function xa(Le) {
|
|
13564
13564
|
var Xe;
|
|
13565
13565
|
const Qe = e.addBladeName ?? e.itemBladeName;
|
|
13566
|
-
Qe != null && (Le == "page" ? (Xe = a == null ? void 0 : a.router) == null || Xe.push({
|
|
13566
|
+
Qe != null && (Le == "page" || e.navType == "page" ? (Xe = a == null ? void 0 : a.router) == null || Xe.push({
|
|
13567
13567
|
name: Qe,
|
|
13568
13568
|
params: { id: "new" }
|
|
13569
13569
|
}) : Qe != null && (i == null || i.updateBlade({
|
package/package.json
CHANGED