remove unused codes and update
This commit is contained in:
@@ -5,8 +5,6 @@ import { PROVIDER_ROUTES } from '@/domains/provider/routes';
|
||||
import { SUPER_ADMIN_ROUTES } from '@/domains/superAdmin/routes';
|
||||
import { AppLayout } from '@/layout/default/app.layout.component';
|
||||
import { AuthComponent } from '@/modules/auth/pages/auth.component';
|
||||
import { Dashboard } from '@/pages/dashboard/dashboard';
|
||||
import { Documentation } from '@/pages/documentation/documentation';
|
||||
import { Notfound } from '@/pages/notfound/notfound.component';
|
||||
import { Routes } from '@angular/router';
|
||||
|
||||
@@ -14,17 +12,7 @@ export const appRoutes: Routes = [
|
||||
{
|
||||
path: '',
|
||||
component: AppLayout,
|
||||
children: [
|
||||
SUPER_ADMIN_ROUTES,
|
||||
CONSUMER_ROUTES,
|
||||
PROVIDER_ROUTES,
|
||||
PARTNER_ROUTES,
|
||||
POS_ROUTES,
|
||||
{ path: 'ng', component: Dashboard },
|
||||
{ path: 'uikit', loadChildren: () => import('@/pages/uikit/uikit.routes') },
|
||||
{ path: 'documentation', component: Documentation },
|
||||
{ path: 'pages', loadChildren: () => import('@/pages/pages.routes') },
|
||||
],
|
||||
children: [SUPER_ADMIN_ROUTES, CONSUMER_ROUTES, PROVIDER_ROUTES, PARTNER_ROUTES, POS_ROUTES],
|
||||
},
|
||||
{
|
||||
path: 'auth',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { BrandingConfig } from '../default/branding.config';
|
||||
|
||||
export const brandingConfig: BrandingConfig = {
|
||||
appTitle: 'PSP A - مدیریت صورتحسابهای مالیاتی',
|
||||
appTitle: 'تیس - مدیریت صورتحسابهای مالیاتی',
|
||||
manifestPath: '/favicon/site.webmanifest',
|
||||
themeColor: '#ffffff',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user