|
|
@@ -4,14 +4,14 @@ import { permissionStore } from "src/stores/permission";
|
|
|
|
|
|
export const navigationStore = defineStore("navigation", () => {
|
|
|
const navigationStructure = Object.freeze([
|
|
|
- {
|
|
|
- type: "single",
|
|
|
- title: "ui.navigation.home",
|
|
|
- name: "HomePage",
|
|
|
- icon: "mdi-home-outline",
|
|
|
- disable: false,
|
|
|
- permission: true,
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // type: "single",
|
|
|
+ // title: "ui.navigation.home",
|
|
|
+ // name: "HomePage",
|
|
|
+ // icon: "mdi-home-outline",
|
|
|
+ // disable: false,
|
|
|
+ // permission: true,
|
|
|
+ // },
|
|
|
{
|
|
|
type: "single",
|
|
|
title: "ui.navigation.dashboard",
|