|
|
@ -9,6 +9,7 @@ import {MenuComponent} from './menu/menu.component'; |
|
|
|
import {PositionRelComponent} from './position-rel/position-rel.component'; |
|
|
|
import {PositionRelComponent} from './position-rel/position-rel.component'; |
|
|
|
import {SinopecConfigComponent} from './sinopec-config/sinopec-config.component'; |
|
|
|
import {SinopecConfigComponent} from './sinopec-config/sinopec-config.component'; |
|
|
|
import {SinopecEditComponent} from './sinopec-edit/sinopec-edit.component'; |
|
|
|
import {SinopecEditComponent} from './sinopec-edit/sinopec-edit.component'; |
|
|
|
|
|
|
|
import {OilsDiscountComponent} from './oils-discount/oils-discount.component'; |
|
|
|
|
|
|
|
|
|
|
|
const routes: Routes = [ |
|
|
|
const routes: Routes = [ |
|
|
|
{ path: 'systemorganization', component: SystemOrganizationComponent}, |
|
|
|
{ path: 'systemorganization', component: SystemOrganizationComponent}, |
|
|
@ -20,6 +21,7 @@ const routes: Routes = [ |
|
|
|
{ path: 'positionrel', component: PositionRelComponent }, |
|
|
|
{ path: 'positionrel', component: PositionRelComponent }, |
|
|
|
{ path: 'sinopec-config', component: SinopecConfigComponent }, |
|
|
|
{ path: 'sinopec-config', component: SinopecConfigComponent }, |
|
|
|
{ path: 'sinopec-edit', component: SinopecEditComponent }, |
|
|
|
{ path: 'sinopec-edit', component: SinopecEditComponent }, |
|
|
|
|
|
|
|
{ path: 'oils-discount', component: OilsDiscountComponent }, |
|
|
|
]; |
|
|
|
]; |
|
|
|
|
|
|
|
|
|
|
|
@NgModule({ |
|
|
|
@NgModule({ |
|
|
|