mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-03 09:50:21 +08:00
feat: add payment gateway and billing plans
This commit is contained in:
@@ -127,6 +127,11 @@ const routes: RouteRecordRaw[] = [
|
||||
name: 'WalletCenter',
|
||||
component: () => importWithRetry(() => import('@/views/user/WalletCenter.vue'))
|
||||
},
|
||||
{
|
||||
path: 'billing',
|
||||
name: 'BillingPlans',
|
||||
component: () => importWithRetry(() => import('@/views/user/BillingPlans.vue'))
|
||||
},
|
||||
{
|
||||
path: 'models',
|
||||
name: 'ModelCatalog',
|
||||
@@ -164,6 +169,16 @@ const routes: RouteRecordRaw[] = [
|
||||
name: 'WalletsManagement',
|
||||
component: () => importWithRetry(() => import('@/views/admin/WalletsManagement.vue'))
|
||||
},
|
||||
{
|
||||
path: 'payment-gateways',
|
||||
name: 'PaymentGatewaySettings',
|
||||
component: () => importWithRetry(() => import('@/views/admin/PaymentGatewaySettings.vue'))
|
||||
},
|
||||
{
|
||||
path: 'billing-plans',
|
||||
name: 'BillingPlansManagement',
|
||||
component: () => importWithRetry(() => import('@/views/admin/BillingPlansManagement.vue'))
|
||||
},
|
||||
{
|
||||
path: 'management-tokens',
|
||||
name: 'AdminManagementTokens',
|
||||
|
||||
Reference in New Issue
Block a user