x-runtime-lib 0.7.13 → 0.7.14
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/index.js +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -730,7 +730,9 @@ function Bs(t, e, i) {
|
|
|
730
730
|
pageid: _
|
|
731
731
|
};
|
|
732
732
|
k === "push" ? _e.router.push({ path: x, query: y }) : k === "replace" ? _e.router.replace({ path: x, query: y }) : console.assert(!1);
|
|
733
|
-
} else t.mode === "preview" && (ai(
|
|
733
|
+
} else t.mode === "preview" && (ai(
|
|
734
|
+
_e.i18n.global.t("x-runtime-lib.msg.takeEffectOnlyAfterReleased")
|
|
735
|
+
), console.log("navigateToV1", f, _, k));
|
|
734
736
|
}
|
|
735
737
|
function u(c, v, h) {
|
|
736
738
|
const f = e.pseudoToNative(c), _ = e.pseudoToNative(v);
|