frontend admin refakctorálás
This commit is contained in:
@@ -485,7 +485,7 @@ const _routes = [
|
||||
name: "garages",
|
||||
path: "/garages",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import('./index-Bi2XSDbq.mjs')
|
||||
component: () => import('./index-D4rBlILa.mjs')
|
||||
},
|
||||
{
|
||||
name: "persons",
|
||||
@@ -503,7 +503,7 @@ const _routes = [
|
||||
name: "providers",
|
||||
path: "/providers",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import('./index-BE0BbUXA.mjs')
|
||||
component: () => import('./index-BmHAejAu.mjs')
|
||||
},
|
||||
{
|
||||
name: "users-id",
|
||||
@@ -520,7 +520,7 @@ const _routes = [
|
||||
name: "providers-pending",
|
||||
path: "/providers/pending",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import('./pending-B_DY9I_j.mjs')
|
||||
component: () => import('./pending-CHKQ0AcT.mjs')
|
||||
},
|
||||
{
|
||||
name: "gamification",
|
||||
@@ -531,7 +531,7 @@ const _routes = [
|
||||
{
|
||||
name: "garages-id",
|
||||
path: "/garages/:id()",
|
||||
component: () => import('./index-CKl-ge5n.mjs')
|
||||
component: () => import('./index-DEHPSD4s.mjs')
|
||||
},
|
||||
{
|
||||
name: "persons-id",
|
||||
@@ -542,7 +542,7 @@ const _routes = [
|
||||
name: "providers-rejected",
|
||||
path: "/providers/rejected",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import('./rejected-jHmJwXbQ.mjs')
|
||||
component: () => import('./rejected-CxbqOYAs.mjs')
|
||||
},
|
||||
{
|
||||
name: "gamification-badges",
|
||||
@@ -571,7 +571,7 @@ const _routes = [
|
||||
{
|
||||
name: "providers-id-edit",
|
||||
path: "/providers/:id()/edit",
|
||||
component: () => import('./edit-ZNmjSMhu.mjs')
|
||||
component: () => import('./edit-DI1cu9GQ.mjs')
|
||||
},
|
||||
{
|
||||
name: "gamification-seasons",
|
||||
@@ -582,7 +582,7 @@ const _routes = [
|
||||
{
|
||||
name: "providers-id",
|
||||
path: "/providers/:id()",
|
||||
component: () => import('./index-DX46mH0u.mjs')
|
||||
component: () => import('./index-DiOIWxtg.mjs')
|
||||
},
|
||||
{
|
||||
name: "gamification-parameters",
|
||||
@@ -619,6 +619,12 @@ const _routes = [
|
||||
path: "/gamification/competitions",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import('./competitions-1WDTeHdG.mjs')
|
||||
},
|
||||
{
|
||||
name: "gamification-validation-rules",
|
||||
path: "/gamification/validation-rules",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import('./validation-rules-CgWl8yP4.mjs')
|
||||
}
|
||||
];
|
||||
const _wrapInTransition = (props, children) => {
|
||||
@@ -6354,7 +6360,7 @@ const plugins = [
|
||||
];
|
||||
const layouts = {
|
||||
blank: defineAsyncComponent(() => import('./blank-DWT4RB69.mjs').then((m) => m.default || m)),
|
||||
default: defineAsyncComponent(() => import('./default-BU4PyScw.mjs').then((m) => m.default || m))
|
||||
default: defineAsyncComponent(() => import('./default-Fh6lSdpd.mjs').then((m) => m.default || m))
|
||||
};
|
||||
const routeRulesMatcher = _routeRulesMatcher;
|
||||
const LayoutLoader = defineComponent({
|
||||
|
||||
Reference in New Issue
Block a user