mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
frontend update
This commit is contained in:
46
resources/js/router.js
vendored
46
resources/js/router.js
vendored
@@ -29,12 +29,6 @@ import AdminMobileMenu from './views/Mobile/AdminMobileMenu'
|
||||
import Admin from './views/Admin'
|
||||
import Invoices from './views/Admin/Invoices'
|
||||
|
||||
// Payment Methods
|
||||
import Gateways from './views/Admin/Gateways'
|
||||
import Gateway from './views/Admin/Gateways/Gateway'
|
||||
import GatewaySettings from './views/Admin/Gateways/GatewayTabs/GatewaySettings'
|
||||
import GatewayTransactions from './views/Admin/Gateways/GatewayTabs/GatewayTransactions'
|
||||
|
||||
// Plans
|
||||
import Plans from './views/Admin/Plans'
|
||||
import Plan from './views/Admin/Plans/Plan'
|
||||
@@ -79,17 +73,6 @@ const routesAdmin = [
|
||||
title: 'Admin'
|
||||
},
|
||||
children: [
|
||||
|
||||
// List Pages
|
||||
{
|
||||
name: 'Gateways',
|
||||
path: '/admin/payment-methods',
|
||||
component: Gateways,
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: 'Payment Methods'
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'Invoices',
|
||||
path: '/admin/invoices',
|
||||
@@ -204,35 +187,6 @@ const routesAdmin = [
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'Gateway',
|
||||
path: '/admin/payment-method/:slug',
|
||||
component: Gateway,
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: 'Payment Method'
|
||||
},
|
||||
children: [
|
||||
{
|
||||
name: 'GatewayTransactions',
|
||||
path: '/admin/payment-methods/:slug/transactions',
|
||||
component: GatewayTransactions,
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: 'Transactions'
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'GatewaySettings',
|
||||
path: '/admin/payment-methods/:slug/settings',
|
||||
component: GatewaySettings,
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: 'Settings',
|
||||
},
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'Plan',
|
||||
path: '/admin/plan/:id',
|
||||
|
||||
Reference in New Issue
Block a user