Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
abb0d62b
authored
2023-01-10 16:23:06 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式修改
1 parent
10b9d9d8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
src/layout/components/Navbar.vue
src/router/index.js
src/layout/components/Navbar.vue
View file @
abb0d62
...
...
@@ -45,6 +45,8 @@ export default {
.menubg
{
height
:
34px
;
width
:
130px
;
text-align
:
center
;
color
:
#FFFFFF
;
margin-right
:
20px
;
background
:
url('~@/image/navbar.png')
no-repeat
;
...
...
src/router/index.js
View file @
abb0d62
...
...
@@ -171,7 +171,7 @@ export const asyncRoutes = [
}
]
},
// 接入业务信息
// 接入业务信息
-不动产数据
{
path
:
'/busineInfo'
,
component
:
Layout
,
...
...
@@ -289,13 +289,13 @@ export const asyncRoutes = [
},
{
path
:
'validationRule'
,
component
:
()
=>
import
(
'@/views/system/validationRule'
),
component
:
()
=>
import
(
'@/views/system/validationRule
/index
'
),
name
:
'validationRule'
,
meta
:
{
title
:
'上报效验规则配置'
}
},
{
path
:
'timedTask'
,
component
:
()
=>
import
(
'@/views/system/timedTask'
),
component
:
()
=>
import
(
'@/views/system/timedTask
/index
'
),
name
:
'timedTask'
,
meta
:
{
title
:
'定时任务'
}
}
...
...
Please
register
or
sign in
to post a comment