Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
71269ca5
authored
2022-08-10 10:01:31 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
路径修改
1 parent
db31b78f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
src/router/index.js
src/views/sqcx/cxjl.vue → src/views/sqcx/cxjl/cxjl.vue
src/views/sqcx/dydjb.vue → src/views/sqcx/dydjb/dydjb.vue
src/views/sqcx/jtfc.vue → src/views/sqcx/jtfc/jtfc.vue
src/router/index.js
View file @
71269ca
...
...
@@ -97,7 +97,7 @@ export const asyncRoutes = [
path
:
'jtfc'
,
id
:
'10'
,
parentId
:
'9'
,
component
:
()
=>
import
(
'@/views/sqcx/jtfc.vue'
),
component
:
()
=>
import
(
'@/views/sqcx/jtfc
/jtfc
.vue'
),
name
:
'jtfc'
,
meta
:
{
title
:
'家庭房产'
}
},
...
...
@@ -105,7 +105,7 @@ export const asyncRoutes = [
path
:
'dydjb'
,
id
:
'12'
,
parentId
:
'9'
,
component
:
()
=>
import
(
'@/views/sqcx/dydjb.vue'
),
component
:
()
=>
import
(
'@/views/sqcx/dydjb
/dydjb
.vue'
),
name
:
'dydjb'
,
meta
:
{
title
:
'打印登记薄'
}
},
...
...
@@ -113,7 +113,7 @@ export const asyncRoutes = [
path
:
'cxjl'
,
id
:
'11'
,
parentId
:
'9'
,
component
:
()
=>
import
(
'@/views/sqcx/cxjl.vue'
),
component
:
()
=>
import
(
'@/views/sqcx/cxjl
/cxjl
.vue'
),
name
:
'cxjl'
,
meta
:
{
title
:
'查询记录'
}
}
...
...
src/views/sqcx/cxjl.vue
→
src/views/sqcx/cxjl
/cxjl
.vue
View file @
71269ca
File moved
src/views/sqcx/dydjb.vue
→
src/views/sqcx/dydjb
/dydjb
.vue
View file @
71269ca
File moved
src/views/sqcx/jtfc.vue
→
src/views/sqcx/jtfc
/jtfc
.vue
View file @
71269ca
File moved
Please
register
or
sign in
to post a comment