Ben Lin
2024-11-12 a42c6f16bbb177dfcc754d53d925afddead38eba
src/layouts/default/menu/index.vue
@@ -133,14 +133,14 @@
                crudColSlots.push(_cruds[i]['colSlot']);
              }
            }
            const id = { ID: path.split('/')[1], colSlots: colSlots, crudColSlots: crudColSlots, sName: '' };
            const id = { ID: path.split('/')[1], colSlots: colSlots, crudColSlots: crudColSlots };
            go(`/${path.split('/')[1]}/${path.split('/')[2]}/${encodeURI(JSON.stringify(id))}`);
          });
        } else if (
          (path.split('/').length > 2 && path.split('/')[2] == 'High') ||
          path.split('/')[2] == 'CP'
        ) {
          const id = { Name: path.split('/')[1] };
          const id = { Name: path.split('/')[1], Title: `${path.split('/')[1]}`,};
          go(`/${path.split('/')[1]}/${path.split('/')[2]}/${encodeURI(JSON.stringify(id))}`);
        } else {
          go(path);