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
a1f1df56
authored
2022-08-08 14:19:05 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
业务申请
1 parent
b2b51c7b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
11 deletions
src/layout/components/Sidebar/Logo.vue
src/router/index.js
src/views/housedev/yzfyxsgl/index.vue → src/views/businessHandling/apply.vue
src/layout/components/Sidebar/Logo.vue
View file @
a1f1df5
...
...
@@ -53,7 +53,7 @@ export default {
width
:
100%
;
text-align
:
center
;
overflow
:
hidden
;
height
:
1
5
0px
;
height
:
1
0
0px
;
&
.sidebar-logo-link
{
height
:
100%
;
...
...
src/router/index.js
View file @
a1f1df5
...
...
@@ -54,22 +54,22 @@ export const constantRoutes = [
*/
export
const
asyncRoutes
=
[
{
path
:
'/
housedev
'
,
path
:
'/
businessHandling
'
,
id
:
'3'
,
parentId
:
null
,
component
:
Layout
,
meta
:
{
title
:
'
房源开发
'
,
icon
:
'fykf'
},
redirect
:
'/
housedev/yzfyxsgl
'
,
meta
:
{
title
:
'
业务办理
'
,
icon
:
'fykf'
},
redirect
:
'/
businessHandling/apply
'
,
alwaysShow
:
true
,
name
:
'
housedev
'
,
name
:
'
businessHandling
'
,
children
:
[
{
path
:
'
yzfyxsgl
'
,
path
:
'
apply
'
,
id
:
'4'
,
parentId
:
'3'
,
component
:
()
=>
import
(
'@/views/
housedev/yzfyxsgl/index
.vue'
),
name
:
'
yzfyxsgl
'
,
meta
:
{
title
:
'业
主房源线索
'
}
component
:
()
=>
import
(
'@/views/
businessHandling/apply
.vue'
),
name
:
'
apply
'
,
meta
:
{
title
:
'业
务申请
'
}
}
]
}
...
...
@@ -78,7 +78,7 @@ export const asyncRoutes = [
const
createRouter
=
()
=>
new
Router
({
scrollBehavior
:
()
=>
({
y
:
0
}),
routes
:
[...
constantRoutes
]
routes
:
[...
constantRoutes
,
...
asyncRoutes
]
})
const
router
=
createRouter
()
...
...
src/views/
housedev/yzfyxsgl/index
.vue
→
src/views/
businessHandling/apply
.vue
View file @
a1f1df5
<
template
>
<div
class=
'该组件名称'
></div>
<div>
22222222222222
</div>
</
template
>
<
script
>
export
default
{
...
...
Please
register
or
sign in
to post a comment