返佣
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-02-24 15:07:57
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-03-11 15:22:36
|
||||
* @LastEditTime : 2022-04-20 15:42:10
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\partner\\partner-routing.module.ts
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
*/
|
||||
@ -49,6 +49,7 @@ 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 = [
|
||||
{
|
||||
@ -152,6 +153,12 @@ 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