解决冲突
This commit is contained in:
@ -49,7 +49,6 @@ import { BannerComponentsAddComponent } from './knowledge/banner/components/add/
|
||||
import { PersonalPartnerDetailComponent } from './partner-list/components/personal-partner-detail/personal-partner-detail.component';
|
||||
import { ParterAdviceFeedbackListComponent } from './advice-feedback/components/list/list.component';
|
||||
import { ParterAdviceFeedbackDetailComponent } from './advice-feedback/components/feedback-detail/feedback-detail.component';
|
||||
import { PartnerSystemConfigComponent } from './system-config/components/config/config.component';
|
||||
|
||||
const routes: Routes = [
|
||||
{
|
||||
@ -153,12 +152,6 @@ const routes: Routes = [
|
||||
{ path: 'record/detail/:id', component: PartnerRecordedDetailComponent }
|
||||
]
|
||||
},
|
||||
{
|
||||
path: 'config',
|
||||
children: [
|
||||
{ path: '', component: PartnerSystemConfigComponent },
|
||||
]
|
||||
},
|
||||
{
|
||||
path: 'knowledge',
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user