hrp-ui-base 1.4.1 → 1.4.2
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/components.es.js
CHANGED
|
@@ -6754,7 +6754,7 @@ const Se = ee("layout-tabs", () => {
|
|
|
6754
6754
|
}, J = (j, nA) => !j || !nA ? !1 : j.split("?")[0] === nA.split("?")[0], m = (j) => {
|
|
6755
6755
|
j.url && w.value !== j.url && (e == null || e.push({ path: j.url }));
|
|
6756
6756
|
}, p = (j, nA) => {
|
|
6757
|
-
l.changeCurrentSecondIndex(nA,
|
|
6757
|
+
l.changeCurrentSecondIndex(nA, z.value === "left", e);
|
|
6758
6758
|
}, K = () => {
|
|
6759
6759
|
const j = [
|
|
6760
6760
|
"imd",
|
package/package.json
CHANGED
|
@@ -210,7 +210,7 @@ const handleMenuItemClick = (item: HomeMenu) => {
|
|
|
210
210
|
};
|
|
211
211
|
|
|
212
212
|
const handleParentClick = (_item: HomeMenu, index: number) => {
|
|
213
|
-
menuStore.changeCurrentSecondIndex(index,
|
|
213
|
+
menuStore.changeCurrentSecondIndex(index, menuPosition.value === "left", router);
|
|
214
214
|
};
|
|
215
215
|
|
|
216
216
|
const goHomePage = () => {
|