remove unused codes and update

This commit is contained in:
2026-05-10 09:44:30 +03:30
parent a138034c06
commit 048e292bdd
107 changed files with 317 additions and 17930 deletions
+1 -13
View File
@@ -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 -1
View File
@@ -1,7 +1,7 @@
import { BrandingConfig } from '../default/branding.config';
export const brandingConfig: BrandingConfig = {
appTitle: 'PSP A - مدیریت صورت‌حساب‌های مالیاتی',
appTitle: 'تیس - مدیریت صورت‌حساب‌های مالیاتی',
manifestPath: '/favicon/site.webmanifest',
themeColor: '#ffffff',
};