Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ydLife
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sweet Zhang
ydLife
Commits
a6cfaf59
Commit
a6cfaf59
authored
May 17, 2022
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into videoTrack
parents
131ae2d3
7fb80112
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/app/my/my-routing.module.ts
+1
-1
No files found.
src/app/my/my-routing.module.ts
View file @
a6cfaf59
...
@@ -163,7 +163,7 @@ const myRoutes: Routes = [
...
@@ -163,7 +163,7 @@ const myRoutes: Routes = [
{
path
:
'newPeople'
,
component
:
MenuItemComponent
,
data
:[{
title
:
'银盾保经-新人入口'
,
type
:
'newPeople'
}],
canActivate
:[
AuthGuard
]},
{
path
:
'newPeople'
,
component
:
MenuItemComponent
,
data
:[{
title
:
'银盾保经-新人入口'
,
type
:
'newPeople'
}],
canActivate
:[
AuthGuard
]},
{
path
:
'member_list/:systemType'
,
component
:
MemberListComponent
,
canActivate
:[
AuthGuard
]},
{
path
:
'member_list/:systemType'
,
component
:
MemberListComponent
,
canActivate
:[
AuthGuard
]},
{
path
:
'continuation_rate_commitment'
,
component
:
ENoticeComponent
,
canActivate
:[
AuthGuard
],
data
:{
type
:
2
}},
{
path
:
'continuation_rate_commitment'
,
component
:
ENoticeComponent
,
canActivate
:[
AuthGuard
],
data
:{
type
:
2
}},
{
path
:
'eNoticeSign'
,
component
:
ENoticeComponent
,
canActivate
:[
AuthGuard
],
data
:{
type
:
1
,
title
:
'客户告知书和保险经纪服务委托协议'
}},
{
path
:
'eNoticeSign'
,
component
:
ENoticeComponent
,
data
:{
type
:
1
,
title
:
'客户告知书和保险经纪服务委托协议'
}},
{
path
:
'renewal_reminder'
,
component
:
RenewalReminderComponent
,
canActivate
:[
AuthGuard
],
data
:{
type
:
1
,
title
:
'续期提醒'
}},
{
path
:
'renewal_reminder'
,
component
:
RenewalReminderComponent
,
canActivate
:[
AuthGuard
],
data
:{
type
:
1
,
title
:
'续期提醒'
}},
{
path
:
'renewal_reminder_detail/:orderPayId'
,
component
:
RenewalReminderDetailComponent
,
canActivate
:[
AuthGuard
],
data
:{
type
:
1
,
title
:
'续期订单提醒'
}},
{
path
:
'renewal_reminder_detail/:orderPayId'
,
component
:
RenewalReminderDetailComponent
,
canActivate
:[
AuthGuard
],
data
:{
type
:
1
,
title
:
'续期订单提醒'
}},
{
path
:
'reminder_detail/:orderPayId'
,
component
:
RenewalReminderDetailComponent
,
data
:{
type
:
2
,
title
:
'续期订单详情信息'
}},
{
path
:
'reminder_detail/:orderPayId'
,
component
:
RenewalReminderDetailComponent
,
data
:{
type
:
2
,
title
:
'续期订单详情信息'
}},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment