Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend-h5
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
songrui
frontend-h5
Commits
68718c05
Commit
68718c05
authored
Oct 12, 2024
by
songrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
路由配置修改
parent
8bc6a62b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
index.js
src/router/index.js
+13
-13
No files found.
src/router/index.js
View file @
68718c05
...
...
@@ -9,72 +9,72 @@ const routes = [
{
path
:
'/resident'
,
name
:
'resident'
,
component
:
()
=>
import
(
/* webpackChunkName: "
page-
resident" */
'@/resident/Resident.vue'
),
component
:
()
=>
import
(
/* webpackChunkName: "resident" */
'@/resident/Resident.vue'
),
children
:
[
{
path
:
'screening/first/agree'
,
name
:
'resident-screening-first-agree'
,
component
:
()
=>
import
(
/* webpackChunkName: "
page-resident
" */
'@/resident/screening/first/agree/Agree.vue'
)
component
:
()
=>
import
(
/* webpackChunkName: "
resident-screening
" */
'@/resident/screening/first/agree/Agree.vue'
)
},
{
path
:
'screening/first/form'
,
name
:
'resident-screening-first-form'
,
component
:
()
=>
import
(
/* webpackChunkName: "
page-resident
" */
'@/resident/screening/first/form/Index.vue'
)
component
:
()
=>
import
(
/* webpackChunkName: "
resident-screening
" */
'@/resident/screening/first/form/Index.vue'
)
},
{
path
:
'screening/first/detail'
,
name
:
'resident-screening-first-detail'
,
component
:
()
=>
import
(
/* webpackChunkName: "
page-resident
" */
'@/resident/screening/first/detail/List.vue'
)
component
:
()
=>
import
(
/* webpackChunkName: "
resident-screening
" */
'@/resident/screening/first/detail/List.vue'
)
},
{
path
:
'screening/first/detail/:id'
,
name
:
'resident-screening-first-detail-id'
,
component
:
()
=>
import
(
/* webpackChunkName: "
page-resident
" */
'@/resident/screening/first/detail/Detail.vue'
)
component
:
()
=>
import
(
/* webpackChunkName: "
resident-screening
" */
'@/resident/screening/first/detail/Detail.vue'
)
}
]
},
{
path
:
'/doctor'
,
name
:
'doctor'
,
component
:
()
=>
import
(
/* webpackChunkName: "
page-
doctor" */
'@/doctor/Doctor'
),
component
:
()
=>
import
(
/* webpackChunkName: "doctor" */
'@/doctor/Doctor'
),
children
:
[
{
path
:
'followUp/list'
,
name
:
'followUp-list'
,
component
:
()
=>
import
(
/* webpackChunkName: "
page-
doctor" */
'@/doctor/followUp/List'
)
component
:
()
=>
import
(
/* webpackChunkName: "doctor" */
'@/doctor/followUp/List'
)
},
{
path
:
'followUp/search'
,
name
:
'followUp-search'
,
component
:
()
=>
import
(
/* webpackChunkName: "
page-
doctor" */
'@/doctor/followUp/search/Search.vue'
)
component
:
()
=>
import
(
/* webpackChunkName: "doctor" */
'@/doctor/followUp/search/Search.vue'
)
},
{
path
:
'followUp/generalFU/detail'
,
name
:
'followUp-generalFU-detail'
,
component
:
()
=>
import
(
/* webpackChunkName: "
page-
doctor" */
'@/doctor/followUp/generalFU/detail/Detail'
)
component
:
()
=>
import
(
/* webpackChunkName: "doctor" */
'@/doctor/followUp/generalFU/detail/Detail'
)
},
{
path
:
'followUp/generalFU/add'
,
name
:
'followUp-generalFU-add'
,
component
:
()
=>
import
(
/* webpackChunkName: "
page-
doctor" */
'@/doctor/followUp/generalFU/form/Index'
)
component
:
()
=>
import
(
/* webpackChunkName: "doctor" */
'@/doctor/followUp/generalFU/form/Index'
)
},
{
path
:
'resident'
,
name
:
'doctor-resident'
,
redirect
:
'/doctor/resident/base'
,
component
:
()
=>
import
(
/* webpackChunkName: "
page-
doctor" */
'@/doctor/resident/Index.vue'
),
component
:
()
=>
import
(
/* webpackChunkName: "doctor" */
'@/doctor/resident/Index.vue'
),
children
:
[
// 基本信息
{
path
:
'base'
,
name
:
'doctor-resident-base'
,
component
:
()
=>
import
(
/* webpackChunkName: "
page-
doctor" */
'@/doctor/resident/Base.vue'
)
component
:
()
=>
import
(
/* webpackChunkName: "doctor" */
'@/doctor/resident/Base.vue'
)
},
// 随访记录
{
path
:
'visit'
,
name
:
'doctor-resident-visit'
,
component
:
()
=>
import
(
/* webpackChunkName: "
page-
doctor" */
'@/doctor/resident/Visit.vue'
)
component
:
()
=>
import
(
/* webpackChunkName: "doctor" */
'@/doctor/resident/Visit.vue'
)
}
]
},
...
...
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