@okiss/oms 0.0.50 → 0.0.51
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.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3781,7 +3781,7 @@ const Mo = {
|
|
|
3781
3781
|
methods: {
|
|
3782
3782
|
getJumpPath: function(e) {
|
|
3783
3783
|
let t = e;
|
|
3784
|
-
if (e.meta.menuType === 1 && e.children.length > 0) {
|
|
3784
|
+
if (e.meta.menuType === 1 && e.children && e.children.length > 0) {
|
|
3785
3785
|
for (let l = 0; l < e.children.length; l++)
|
|
3786
3786
|
if (e.children[l].path.indexOf("/:") === -1) {
|
|
3787
3787
|
t = e.children[l];
|
|
@@ -3837,7 +3837,7 @@ function jo(e, t, l, n, o, a) {
|
|
|
3837
3837
|
_: 1
|
|
3838
3838
|
}, 8, ["modelValue", "onChange"]);
|
|
3839
3839
|
}
|
|
3840
|
-
const Do = /* @__PURE__ */ I(Mo, [["render", jo], ["__scopeId", "data-v-
|
|
3840
|
+
const Do = /* @__PURE__ */ I(Mo, [["render", jo], ["__scopeId", "data-v-38301044"]]);
|
|
3841
3841
|
var D = /* @__PURE__ */ ((e) => (e[e.custom = 0] = "custom", e[e.list = 1] = "list", e[e.form = 2] = "form", e[e.customSchema = 3] = "customSchema", e[e.localComp = 4] = "localComp", e[e.tree = 5] = "tree", e[e.report = 6] = "report", e[e.entity = 7] = "entity", e))(D || {}), L = /* @__PURE__ */ ((e) => (e[e.hidden = 0] = "hidden", e[e.dir = 1] = "dir", e[e.menu = 2] = "menu", e[e.page = 3] = "page", e))(L || {});
|
|
3842
3842
|
const No = q({
|
|
3843
3843
|
components: { SidebarItem: Lo, Logo: Eo, SearchMenu: Do },
|